|
| From: | Marcus D. Leech |
| Subject: | Re: Resource issues when trying to record 2 FM broadcast |
| Date: | Sat, 20 May 2023 09:50:52 -0400 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
On 20/05/2023 09:12, Martin Lefkowitz wrote:
Your taps for the freq-xlating filters aren't properly specified. They must be the output of one of the taps-generatorHere is the screen capture of the Marcus Leech version of the two FM demodulate as described herehttps://wiki.gnuradio.org/index.php?title=Frequency_Xlating_FIR_Filter https://github.com/patchvonbraun/wfm_stuffWith a samplerate of 2.4M it uses about 60% of the 4 core I5 I am using for this projectIf anybody wants the grc pm me. The other email contains the Zans version of stereo demod.
functions--use the Low Pass Filter Taps block.Further, your desired parameters will lead to a very large filter. This is mostly controlled by the transition width parameter, and as that parameter becomes a smaller fraction of the sample-rate, the filter grows non-linearly. Consider a "lazier" transition width, and use an FFT filter instead--the FFT filter structure is more efficient once you have more
than perhaps 30-50 taps.I haven't touched the "wfm_stuff" code in a long long time, so no guarantees about anything--including performance.
| [Prev in Thread] | Current Thread | [Next in Thread] |