discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FFT with fixed data gaps


From: Huang Wei
Subject: FFT with fixed data gaps
Date: Mon, 11 Nov 2024 14:34:16 +0000

Hello everyone,

For my program, in every 20 ms, I need to choose 60% of data in the stream (I marked them with stream tags "start" and "stop"), then do FFT and plot, and discard the following 40%. Is it possible to do all of this in gnuradio with OOT blocks?

I was thinking of keep M in N, but when I look at the block introduction, I am worried that it may cause inaccuracy due to the changed data interval?
I am also looking at ZMQ sink, to send truncated data to an external Python code for FFT, but my sample rate is quite high, I am afraid the python code can't handle it. 

Please could you guide me in the right direction to do it properly?

Thank you and best regards,
Wei

reply via email to

[Prev in Thread] Current Thread [Next in Thread]