-
Notifications
You must be signed in to change notification settings - Fork 68
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
Where to get fl2k_gsm.bin? #5
Comments
Unpack gsm_osmo-trx_4sps.cf32.xz from the repo. Run the GRC flowgraph fl2k_transmit_gsm.grc with that file as input. It would generate /tmp/fl2k_gsm.bin. You need to run fl2k_test -s 138e6 (since the ppm value is quite high at 162e6) and supply the approx average value of PPM that to the "ppm" block in the flowgraph. |
Thanks a lot for your answer. So I should run
So I should use ppm value -31? |
Yup. Should let it stablise and use the value.
…On Thu, Jun 21, 2018 at 4:35 PM Matej Kovacic ***@***.***> wrote:
Thanks a lot for your answer. So I should run fl2k_test -s 138e6. The result is:
real sample rate: 137996824 current PPM: -23 cumulative PPM: -23
real sample rate: 138003491 current PPM: 25 cumulative PPM: 2
real sample rate: 137997063 current PPM: -21 cumulative PPM: -6
real sample rate: 137998357 current PPM: -12 cumulative PPM: -8
real sample rate: 137985197 current PPM: -107 cumulative PPM: -28
real sample rate: 137992714 current PPM: -53 cumulative PPM: -32
real sample rate: 137997900 current PPM: -15 cumulative PPM: -29
real sample rate: 137991315 current PPM: -63 cumulative PPM: -34
real sample rate: 138004266 current PPM: 31 cumulative PPM: -26
real sample rate: 137990728 current PPM: -67 cumulative PPM: -31
real sample rate: 137995347 current PPM: -34 cumulative PPM: -31
real sample rate: 137996174 current PPM: -28 cumulative PPM: -31
So I should use ppm value -31?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
BTW, I run the GRC and open file I already unpacked Then I opened Then I click "Execute the flow graph" and then I close everything (GUI window GRC). Then I run
But my mobile phone does not detect any carrier... BTW, |
BTW, FM example is working. I run: And with gqrx I can clearly see and hear generated signal at target frequency: However, GSM is not working. I tried to watch the target frequency with grgsm, but there is no signal at all... |
How large is the file produced by GNU Radio (/tmp/fl2k_gsm.bin)? You should generate at least 5 GB or more, which can take a few minutes. |
Any response to MatejKovacic's last post? |
I tried to run
fl2k_file -s 138e6 /tmp/fl2k_gsm.bin
, but of course I get "Failed to open /tmp/fl2k_gsm.bin". Where can I get this file?And after running
fl2k_test -s 162e6
, I get PPM reported:How exactly can I adapt the 'ppm' variable in the flowgraphs?
The text was updated successfully, but these errors were encountered: