proto17
proto17
@lobart thanks for the images! It looks like both adhere to the frame structure that is currently used in the code base: 2 data symbols, 1 ZC, 1 data symbol,...
@lobart something goofy is happening and i don't have a good feel for exactly what. if you're okay with sending me the file, what is your preferred way to accomplish...
@lobart one thing that might be worth trying is changing [line 168 of process_file.m](https://github.com/proto17/dji_droneid/blob/main/matlab/updated_scripts/process_file.m#L168) to something like `5` or `10`. I didn't realize that I committed the code with no...
@lobart after tinkering with the `process_file.m` script to force it to create a cyclic prefix plot like yours i think i know what's wrong: Double check that your sample rate...
That's just a way to get the cyclic prefix lengths based on the sample rate. What I probably should have done is: ```matlab long_cp_len = round(sample_rate * 5.2e-6); short_cp_len =...
See https://github.com/proto17/dji_droneid/blob/main/matlab/updated_scripts/process_file.m#L325-L329. It's likely because something went wrong trying to run the turbo decoder. There should be another error. Did you provide all of the output? Looking for something that...
I don't think that the M600 sends out DroneID frames on its own [1]. The signal plots also hint that what you have might not be DroneID. I don't know...
The .cc files need to be compiled with some form of C++ compiler. In Windows you could use Cygwin [1], but I don't know for sure if that will work....
@t0rm3nt0r appreciate the kind words and the knowledge that the code does work in real life :smiley: @pqoe i don't normally give out my e-mail. right now the only options...
@pqoe Give branch 37 a try