• 大小: 101KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-13
  • 语言: Matlab
  • 标签: LTE,  matlab  

资源简介

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个文件信息

评论

共有 条评论