-
毕设使用的LTE的下行信道估计mse的测试例程
正确率可以达到98%,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法,虚拟力的无线传感网络覆盖,MIMO OFDM matlab仿真,电力系统暂态稳定程序,可以进行暂态稳定计算,ofdm系统仿真 含16qam调制 fft 加窗 加cp等模块。
- 2022-03-30 15:37:17下载
- 积分:1
-
HOG梯度方向直方图
HOG描述器最重要的思想是:在一副图像中,局部目标的表象和形状(appearance and
shape)能够被梯度或边缘的方向密度分布很好地描述。具体的实现方法是:首先将图像分成小的连通区域,我们把它叫细胞单元。然后采集细胞单元中各像素点的梯度的或边缘的方向直方图。最后把这些直方图组合起来就可以构成特征描述器。为了提高性能,我们还可以把这些局部直方图在图像的更大的范围内(我们把它叫区间或block)进行对比度归一化(contrast-normalized),所采用的方法是:先计算各直方图在这个区间(block)中的密度,然后根据这个密度对区间中的各个细胞单元做归一化。通过这个归一化后,能对光照变化和阴影获得更好的效果。
- 2023-01-28 13:00:04下载
- 积分:1
-
firfilter
FIR滤波器设计程序,在MATLAB环境下实现FIR数字滤波器的设计(FIR filter design procedures, the MATLAB environment realize FIR digital filter design)
- 2009-02-06 08:50:16下载
- 积分:1
-
power_singlephaseASM
power_singlephaseASM.rar,功率电子领域matlab仿真文件,已经验证过,程序运行正常(power_singlephaseASM.rar,Power electronics field matlab simulation file, has already been
verified, the normal operating procedures)
- 2013-07-14 12:35:48下载
- 积分:1
-
aiai
在用 DFT 计算连续信号时可能出现频谱混叠现象、泄露、栅栏效应(signal aliasing)
- 2011-09-02 22:49:53下载
- 积分:1
-
AnNumerique
Good morning
I am student, I search some program my memory.
Thank.
- 2014-02-16 06:53:58下载
- 积分:1
-
demo_MLS
matlab算法——计算三维散乱点云的曲率,包括主曲率,高斯曲率和平均曲率(matlab algorithms- calculate the three-dimensional curvature of scattered point cloud, including the main curvature, Gaussian curvature and the mean curvature)
- 2020-11-18 16:29:38下载
- 积分:1
-
KPCAcontourmap
说明: 主要用于故障诊断的神经网络预测KPCAcontourmap代码文件(Neural Network Prediction KPCAcontourmap Code File for Fault Diagnosis)
- 2020-06-18 02:20:02下载
- 积分:1
-
Denoising
该程序是MATLAB环境下的小波消噪程序,自我感觉很有用,在此分享(The program is under the MATLAB environment, wavelet denoising process, feel useful, to share in this)
- 2010-06-07 00:16:00下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1