-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
pocket_trk with raw option? #36
Comments
The option -raw of pocket_trk outputs IF data in RAW8, RAW16 or RAW32 format, not in INT8 or INT8X2. Refer p.31 of the following slides. https://gpspp.sakura.ne.jp/paper2005/pocketsdr_seminar_202411_revA.pdf |
Ok it is clear for me ! And an other point , is there a way to process tracking with L1 gps on the second Channel (rf2) not for the first one (rf1)? I know with your schematic it Can not work but i change your design to record L1 signal on the second channel also... |
(1) Use -toff option to start at a specific time. Push Ctr-C to stop tracking. |
Ok I understand. And last point , if I want to plot SNR versus elevation angle (as your document in the last sheet) , I need to have NAV data. but where are the NAV data. I assume now NAV data are included in LOG file but I am not completely sure if you can clarify this point, it would be very nice!? thanks so much |
pocket_plot.py has not been maintained. |
Ok yes I saw that the last update was two years ago...And... is there a possibility to use the LOG file ,for exemple C/NO for a particular PRN versus élévation or Time for exemple ?maybe we may Do that with nmea file recorded but I do not know if a particular library (python or maltab) has already been written to do that... |
hello
you have done a wonderful work. congratulation
I have one question for you:
I have a receiver with 2 channels. My wish is to record only one channel (the first one). and best would be to track and to record at the same time... BUt I do not undertand how I can do that.
when I use this file to configurate pocket_L1L2_4MHz.conf and when I run
pocket_dump -c pocket_L1L2_4MHz.conf -t 1 ch1.bin
I have a file with 8Mo per seconds, seems to be logic. (2 bits * 2 (I&Q) * 4MHz *0.5 = 8Mo/s
Now if I use this command pocket_trk.exe -c pocket_L1L2_4MHz.conf -raw STEAM.out
I have a IF file for one second with a size about 4Mo.. why? I assume that it is not possible to record only the first channel. I thought my file would be 16Mo for one second ...
is it a normal behaviour?
thanks again
The text was updated successfully, but these errors were encountered: