dji_droneid/matlab/updated_scripts
David Protzman 9daf1ecaab Added missing update to `prev_val` 2022-04-28 22:46:08 -04:00
..
transmit Now normalizing the IFFT outputs 2022-04-24 16:44:07 -04:00
apply_freq_offset_time_domain.m The process_file.m script is now working 2022-04-15 01:49:04 -04:00
calculate_channel.m Updated calculate channel to take the symbol number 2022-04-19 22:45:06 -04:00
convert_complex_file_type.m Making use of get_bytes_per_sample function in convert file type 2022-04-26 22:17:53 -04:00
create_zc.m Fixed bug in create_zc 2022-04-23 18:41:34 -04:00
create_zc_seq.m Split the creation of the ZC sequence out from creating time domain 2022-04-23 00:47:59 -04:00
extract_bursts_from_file.m Casting bursts to double complex 2022-04-26 22:17:17 -04:00
extract_ofdm_symbol_samples.m Removed more duplicate constants 2022-04-19 18:13:43 -04:00
find_zc_indices_by_file.m Merge branch 'main' of github.com:proto17/dji_droneid into main 2022-04-26 22:25:44 -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
normalize.m Added script to normalize an input vector to -1.0 to 1.0 2022-04-24 16:44:33 -04:00
normalized_xcorr_fast.m Added missing update to `prev_val` 2022-04-28 22:46:08 -04:00
plot_fft.m The process_file.m script is now working 2022-04-15 01:49:04 -04:00
plot_symbol_boundaries.m This was moved from the main MATLAB directory 2022-04-22 11:43:44 -04:00
process_file.m Added default sample type 2022-04-26 22:18:38 -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
read_complex_floats.m Fixed bug where floating point samples came back as 'single' 2022-04-26 21:12:32 -04:00
to_qpsk.m Added function that takes bits and create QPSK samples 2022-04-23 00:47:37 -04:00
write_complex.m Created function to write complex samples to disk 2022-04-24 14:29:33 -04:00
write_complex_floats.m Now just calling write_complex 2022-04-24 16:42:40 -04:00