<< Chapter < Page | Chapter >> Page > |
%% Symbols to FFT
function [re_cyc im_cyc]= cyc(re, im, perc_cyc)
%%size_of_fft = size(re,2);
size_of_cyc = round(size_of_fft*(1-perc_cyc))+1;re_cyc = [re(size_of_cyc:size_of_fft) re];im_cyc = [im(size_of_cyc:size_of_fft) im];end
Notification Switch
Would you like to follow the 'Fully configurable ofdm sdr transceiver in labview' conversation and receive update notifications?