dji_droneid/matlab/updated_scripts
proto17 9e2bd4fe55
Removed unnecessary seek into the ZC sym for CFO
It was pointed out that the additional 6 sample seek wasn't necessary.  Tested with a HackRF and DJI Mini 2 to validate.
2022-09-05 12:23:18 -04:00
..
transmit Moved files around to prevent clutter 2022-08-28 09:34:45 -04:00
unused_scripts Moved files around to prevent clutter 2022-08-28 09:34:45 -04:00
calculate_channel.m Updated calculate channel to take the symbol number 2022-04-19 22:45:06 -04:00
create_zc.m Fixed bug in create_zc 2022-04-23 18:41:34 -04:00
extract_bursts_from_file.m Moved the offset index back 1 FFT size 2022-04-30 12:00:04 -04:00
extract_ofdm_symbol_samples.m Small change in how the symbols are extracted 2022-08-28 01:17:33 -04:00
find_sto_cp.m Removed normalization requirement 2022-08-28 09:21:18 -04:00
find_zc_indices_by_file.m Added comments 2022-04-30 11:58:21 -04:00
generate_scrambler_seq.m Removed use of mustBeMember since it doesn't exist in Octave 2022-04-18 23:51:48 -04:00
get_bytes_per_sample.m Added function to get the number of bytes in a numeric type 2022-04-26 21:23:16 -04:00
get_cyclic_prefix_lengths.m The process_file.m script is now working 2022-04-15 01:49:04 -04:00
get_data_carrier_indices.m Fixed bug in data carrier mapping script 2022-04-23 18:32:43 -04:00
get_fft_size.m The process_file.m script is now working 2022-04-15 01:49:04 -04:00
get_sample_count_of_file.m Updated get_sample_count_of_file to use new function for num of bytes/sample 2022-04-26 21:28:59 -04:00
is_octave.m Added script to tell if running in Octave or not 2022-04-18 23:55:24 -04:00
must_be_member.m Removed use of mustBeMember since it doesn't exist in Octave 2022-04-18 23:51:48 -04:00
normalized_xcorr_fast.m Added running sum for abs squared 2022-04-28 23:04:50 -04:00
process_file.m Removed unnecessary seek into the ZC sym for CFO 2022-09-05 12:23:18 -04:00
quantize_qpsk.m The process_file.m script is now working 2022-04-15 01:49:04 -04:00
read_complex.m Add function to read arbitrary type complex samples from a file 2022-04-24 14:48:29 -04:00