Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taps problem #9

Open
pietrondo opened this issue Jun 7, 2023 · 5 comments
Open

taps problem #9

pietrondo opened this issue Jun 7, 2023 · 5 comments

Comments

@pietrondo
Copy link

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

@ericek111
Copy link

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

@Matt12346
Copy link

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

@Matt12346
Copy link

Matt12346 commented Jun 7, 2023

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

@pietrondo
Copy link
Author

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

@fatalixy
Copy link

fatalixy commented Jul 30, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants