07-01-2020 08:33 PM
I'm trying to process a Chirp signal to resemble the image named "desired signal".
A Blackman-Harris window and FFT provides the correct shape i'm after, but I need just the magnitude of this signal.
I then tried a spectrum FFT (magnitude peak) with a blackman-harris window. Which provided me with the magnitude response I was after, but the signal is ramping up between 4-12kHz, when I need it to ramp down.
Does anyone have any suggestions?
I've also attached my VI.
Thanks 🙂
07-02-2020 12:33 AM
Hi mcollins27,
I then tried a spectrum FFT (magnitude peak) with a blackman-harris window. Which provided me with the magnitude response I was after, but the signal is ramping up between 4-12kHz, when I need it to ramp down.
As you mentioned above,can you please provide the details including amplitude, f1 and f2 ?
07-02-2020 12:43 AM
Amplitude = 10
F1 = 4kHz
F2 = 12kHz
Thank you!
07-02-2020 06:13 AM
07-02-2020 07:16 PM
Hi,
I attached the VI in the first message.
The details such as sampling rate, amplitude etc. can be seen there.
Thank you