资源简介
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方法的实现
相关资源
- matlab图像边缘检测sobel算子梯度图像
- 相位调制 matlab
- 基于MATLAB卫星姿态建模自适应PID仿真
- MSK的matlab仿真
- 目标跟踪系统的MATLAB 源程序包
- 图像去噪的matlab代码
- matlab运动目标追踪
- polar码的SC译码算法matlab实现
- 粒子群优化的支持向量机matlab源代码
- 偏最小二乘算法多输入单输出系统
- 偏最小二乘算法交叉有效性准则调用
- matlab求取光斑中心
-
详解MATLAB-Simuli
nk通信系统建模与仿 - 指纹定位算法仿真matlab代码
- 三角级数法路面谱生成路面及与标准
- 目标跟踪算法KCF加入APCE评价标准的
- LEACH协议Matlab仿真代码
- 感知器与SVM分类
- qpsk在matlab上的仿真
- 利用Matlab编写,记录二值化图像像素
- 利用Matlab编写,记录二值化图像像素
- 元胞自动机交通流模拟matlab代码和相
- 帝国竞争算法ICA的matlab实现
- 连续域蚁群算法的matlab实现
- matlab小波去噪详解超全超全有程序.
- 图像追踪matlab
- 2019美赛B题代码
- 基于MATLAB的窗函数法设计FIR数字滤波
- MATLAB煤块识别
-
MPC预测控制算法中的DMC算法simuli
n
评论
共有 条评论