Generating high frequency FM downsweeps #1106
-
I am looking for a way to generate downsweeps between 100kHz and 10kHz. This is partly for a project involving echolocating bats/psychophysics. What would be the best way? Is there a generator class? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
I am not really sure that you mean with "generate downsweeps". Is this about generating sound or scanning sound in order to display it? If you want to generate sound, you can simply use one of the sine generators and e.g. change the frequency over time. I think Nyquist-Shannon applies here as well, so you need to use an output sample rate of 20kHz! |
Beta Was this translation helpful? Give feedback.
-
Now you have me complexly confused! |
Beta Was this translation helpful? Give feedback.
-
So in this case my initial answer still applies! |
Beta Was this translation helpful? Give feedback.
-
That information should be available in the technical sheet. |
Beta Was this translation helpful? Give feedback.
-
I have seen that it is possible to generate C code from Matlab. |
Beta Was this translation helpful? Give feedback.
I am not really sure that you mean with "generate downsweeps". Is this about generating sound or scanning sound in order to display it?
If you want to generate sound, you can simply use one of the sine generators and e.g. change the frequency over time. I think Nyquist-Shannon applies here as well, so you need to use an output sample rate of 20kHz!