Commit 4163b70995a3e066bf9d27e5391c81e69bcbd2c0
1 parent
10659b0481
Exists in
master
add credit
Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff
form_raw_rx_dec.m
View file @
4163b70
1 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
2 | +% Project code file for ECE 257B SP2018 % | |
3 | +% Author: Yu-Jen Ku, Xueshi Hou % | |
4 | +% Department of Electrical and Computer Engineering, % | |
5 | +% University in San Diego, California, USA % | |
6 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
7 | + | |
1 | 8 | function raw_rx_dec = form_raw_rx_dec(sample_start,raw_rx_dec,Delay,sample_time,raw_rx_dec_input,center_freq,showdetail) |
2 | 9 | if showdetail |
3 | 10 | disp( [ 'delay(in T_sample) = ' num2str(ceil(Delay/sample_time))] ); |