資源簡介
經(jīng)典教材 mimo ofdm無線通信技術(shù)及matlab實(shí)現(xiàn) 源代碼

代碼片段和文件信息
function?y_CFO=add_CFO(yCFONfft)
%?To?add?an?arbitrary?frequency?offset
%?Input:?y????=?Time-domain?received?signal
%????????dCFO?=?FFO?(fractional?CFO)?+?IFO?(integral?CFO)
%????????Nfft?=?FFT?size;
%MIMO-OFDM?Wireless?Communications?with?MATLAB㈢???Yong?Soo?Cho?Jaekwon?Kim?Won?Young?Yang?and?Chung?G.?Kang
%??2010?John?Wiley?&?Sons?(Asia)?Pte?Ltd
j=sqrt(-1);
nn=0:length(y)-1;?y_CFO?=?y.*exp(j*2*pi*CFO*nn/Nfft);
%?plot(real(y_CFO)imag(y_CFO)‘.‘)
????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????472??2013-05-19?14:23??MIMO_OFDM_matlab\add_CFO.m
?????文件????????231??2013-05-19?14:03??MIMO_OFDM_matlab\add_CP.m
?????文件????????574??2013-05-19?14:23??MIMO_OFDM_matlab\add_pilot.m
?????文件????????310??2013-05-19?14:03??MIMO_OFDM_matlab\add_STO.m
?????文件???????2359??2013-05-19?14:23??MIMO_OFDM_matlab\Alamouti_2x1_ant_selection.m
?????文件???????2411??2013-05-19?17:11??MIMO_OFDM_matlab\Alamouti_2x1_precoding.m
?????文件???????3080??2013-05-19?14:24??MIMO_OFDM_matlab\Alamouti_2x2.m
?????文件???????1628??2013-05-19?14:25??MIMO_OFDM_matlab\Alamouti_scheme.m
?????文件???????1715??2013-05-19?14:25??MIMO_OFDM_matlab\Alamouti_scheme_2x1.m
?????文件???????1883??2013-05-19?14:25??MIMO_OFDM_matlab\Alamouti_scheme_2x2.m
?????文件????????808??2013-05-19?14:03??MIMO_OFDM_matlab\assign_offset.m
?????文件???????1029??2013-05-19?14:03??MIMO_OFDM_matlab\ber.m
?????文件????????736??2013-05-19?14:03??MIMO_OFDM_matlab\ber_QAM.m
?????文件???????1680??2013-05-19?14:25??MIMO_OFDM_matlab\Block_diagonalization.m
?????文件???????1466??2013-05-19?14:03??MIMO_OFDM_matlab\bound.m
?????文件????????390??2013-05-19?14:03??MIMO_OFDM_matlab\branch_metric.m
?????文件???????1450??2013-05-19?14:03??MIMO_OFDM_matlab\calculate_norm.m
?????文件???????1279??2013-05-19?14:03??MIMO_OFDM_matlab\CCDF_OFDMA.m
?????文件???????4015??2013-05-19?17:19??MIMO_OFDM_matlab\CCDF_of_clipped_filtered_OFDM_signal.m
?????文件???????1887??2013-05-19?14:03??MIMO_OFDM_matlab\CCDF_PAPR_DFTspreading.m
?????文件???????2150??2013-05-19?14:03??MIMO_OFDM_matlab\CCDF_PTS.m
?????文件????????823??2013-05-19?14:03??MIMO_OFDM_matlab\CFO_Classen.m
?????文件????????361??2013-05-19?14:03??MIMO_OFDM_matlab\CFO_CP.m
?????文件???????1860??2013-05-19?17:27??MIMO_OFDM_matlab\CFO_estimation.m
?????文件????????568??2013-05-19?14:03??MIMO_OFDM_matlab\CFO_Moose.m
?????文件????????741??2013-05-19?14:28??MIMO_OFDM_matlab\channel1.m
?????文件???????1267??2013-05-19?14:28??MIMO_OFDM_matlab\channel_coeff.m
?????文件???????4753??2013-05-19?14:28??MIMO_OFDM_matlab\channel_estimation.m
?????文件????????468??2013-05-19?14:03??MIMO_OFDM_matlab\clipping.m
?????文件????1288769??2013-05-19?18:45??MIMO_OFDM_matlab\cm1_imr.csv
............此處省略247個文件信息
評論
共有 條評論