Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate tone with 150Mhz #11

Open
jijoamt opened this issue Nov 30, 2022 · 1 comment
Open

Generate tone with 150Mhz #11

jijoamt opened this issue Nov 30, 2022 · 1 comment

Comments

@jijoamt
Copy link

jijoamt commented Nov 30, 2022

Can you please let us know how can we generate a tone with high frequency like 150MHz using this code.

@karlwestin
Copy link
Owner

If you're gonna have such a high frequency, you also need a very high sample rate no?

var play = tonegenerator({
  freq: 150000000,
  rate: 600000000,
  lengthInSecs: 0.2,
  volume: 60,
  Int16Array: true // new cool option!
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants