fl2k-examples icon indicating copy to clipboard operation
fl2k-examples copied to clipboard

taps problem

Open pietrondo opened this issue 2 years ago • 5 comments

I'm trying to use the software for the gps and gsm but when i open with the gnuradio the file and try to run it give me a error because i need to set the taps variable in Polyphase Filter interpolator what number i need to put? thx

pietrondo avatar Jun 07 '23 16:06 pietrondo

https://wiki.gnuradio.org/index.php/Designing_Filter_Taps https://wiki.gnuradio.org/index.php/Polyphase_Filterbanks

ericek111 avatar Jun 07 '23 16:06 ericek111

I have the same issue and I dunno how to set this 'tap' parameter. Please advise

Matt12346 avatar Jun 07 '23 18:06 Matt12346

https://wiki.gnuradio.org/index.php/Designing_Filter_Taps https://wiki.gnuradio.org/index.php/Polyphase_Filterbanks

this links to low filter (not our case) and about the polyphase filter link it doesn't really say what's the tap param about, thx

Matt12346 avatar Jun 07 '23 18:06 Matt12346

Can you give me a hand then? We tried to put taps 1,10, etc., but the GPS signal seems to be missing. Could it be that I'm using a too recent computer?

thx

pietrondo avatar Jun 09 '23 13:06 pietrondo

I got a similar issue `Executing: /usr/bin/python3 -u /home/user/radio/fl2k-examples/GPS/top_block.py

File "/home/user/radio/fl2k-examples/GPS/top_block.py", line 91

SyntaxError: invalid syntax

Done (return code 1)`

I found this helpful information in mail list https://lists.gnu.org/archive/html/discuss-gnuradio/2013-07/msg00084.html and since I used a newer version of GNU Radio Companion 3.10.4.0 instead of 3.7.12 - the fl2k_transmit_gps.grc file was automatically transformed into the new file format So I tried to add this value to "taps" variable in the code taps: '[]' and it works for me @pietrondo I guess it would be helpful for you too

fatalixy avatar Jul 30 '23 12:07 fatalixy