資源簡介
LTE小區搜索過程的matlab仿真,比較詳細,內容不錯

代碼片段和文件信息
function?y=absx2(x)
%?y=absx2(x)
%
%?Faster?implementation?of?y=abs(x).^2.
%?Copyright?2012?Evrytania?LLC?(http://www.evrytania.com)
%
%?Written?by?James?Peroulas?
%
%?This?program?is?free?software:?you?can?redistribute?it?and/or?modify
%?it?under?the?terms?of?the?GNU?General?Public?License?as?published?by
%?the?Free?Software?Foundation?either?version?3?of?the?License?or
%?(at?your?option)?any?later?version.
%
%?This?program?is?distributed?in?the?hope?that?it?will?be?useful
%?but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
%?MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.??See?the
%?GNU?General?Public?License?for?more?details.
%
%?You?should?have?received?a?copy?of?the?GNU?General?Public?License
%?along?with?this?program.??If?not?see? .
y=real(x).*real(x)+imag(x).*imag(x);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????862??2014-07-11?23:00??matlab\absx2.m
?????文件???????1704??2014-07-11?23:00??matlab\add_header_to_bin.m
?????文件???????1770??2014-07-11?23:00??matlab\add_header_to_hackrf_bin.m
?????文件????????982??2014-07-11?23:00??matlab\Bc.m
?????文件???????1075??2014-07-11?23:00??matlab\bitstream.m
?????文件???????1030??2014-07-11?23:00??matlab\blnoise.m
?????文件??????15323??2014-07-21?15:43??matlab\CellSearch.m
?????文件???????1456??2014-07-11?23:00??matlab\channel2tf.m
?????文件???????9267??2014-07-11?23:00??matlab\channel_gen.m
?????文件???????3982??2014-07-11?23:00??matlab\chan_est.m
?????文件???????1102??2014-07-11?23:00??matlab\chi2cdf.m
?????文件????????161??2014-07-11?23:00??matlab\chi2cdf_inv.m
?????文件???????1342??2014-07-11?23:00??matlab\chi2inv.m
?????文件???????1114??2014-07-11?23:00??matlab\chi2pdf.m
?????文件???????5562??2014-07-11?23:00??matlab\chk_param.m
?????文件????????488??2014-07-11?23:00??matlab\conv_raw_hackrf_signed_bin_to_unsigned_bin.m
?????文件???????3494??2014-07-11?23:00??matlab\create_dl_sig.m
?????文件???????1413??2014-07-11?23:00??matlab\cyc_filt.m
?????文件????????842??2014-07-11?23:00??matlab\db10.m
?????文件????????836??2014-07-11?23:00??matlab\db20.m
?????文件???????5643??2014-07-11?23:00??matlab\decode_mib.m
?????文件???????4163??2014-07-11?23:00??matlab\deqam.m
?????文件???????1147??2014-07-11?23:00??matlab\dft.m
?????文件???????1080??2014-07-11?23:00??matlab\doppler_shift.m
?????文件???????1924??2014-07-11?23:00??matlab\etc.m
?????文件????????857??2014-07-11?23:00??matlab\extract_part_from_rtl_sdr_bin.m
?????文件???????3660??2014-07-11?23:00??matlab\extract_tfg.m
?????文件???????1032??2014-07-11?23:00??matlab\find_best_timing_location.m
?????文件????????589??2014-07-11?23:00??matlab\fo_from_fft_result.m
?????文件???????1121??2014-07-11?23:00??matlab\fshift.m
............此處省略69個文件信息
- 上一篇:3D MAX鐵架臺模型精細版
- 下一篇:mimo-ofdm系統fft方法的實現
評論
共有 條評論