-
-
Notifications
You must be signed in to change notification settings - Fork 339
rtl_test: Refactoring and optimization for PPM error measurement. #4
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
Conversation
sorry for the duplicate |
Ups |
Thanks for the patch. What is 'interaval' supposed to mean, is that a global typo (interval)? |
Yes, it's 'interval'. |
After talking with Kyle Keen I working on some improvements. It's not final version now. |
Part 2. Thanks to Kyle Keen.
Part 3. Added states for ppm_init.
It's final. Steve, are you add it? |
I don't like the defines in the middle of the code (PPM_INIT_NO etc.), could you put those above the function? Also, you used an enum for test_mode, why not use an enum here as well? |
Part 4. Use an enum for ppm_init state.
Good idea. Fixed. |
More questions? |
Okay, I've merged your changes. I changed some small things though, like adding missing 'static' storage modifiers, and removed the cast to long by reverting to uint32_t for total_samples and dropped_samples. |
Thanks! |
rtl_tcp option '-l' for to set block length in units of 512 samples
…mber Remove a magic number or two from the VGA gain settings.
…lo/rtl-sdr:libusb-pkgconfig into master Reviewed-on: https://gitea.osmocom.org/sdr/rtl-sdr/pulls/4
Hello
after talking with keenerd I removed the windows port