-
PSD_Burg
用Burg法进行功率谱预测的函数,对信号建立AR模型递推估计(Burg method with projected power spectrum function, the signal is estimated that the establishment of recursive AR model)
- 2009-05-01 17:25:38下载
- 积分:1
-
dtc
Direct torque control simulink
- 2010-08-17 10:20:24下载
- 积分:1
-
ppt
bilinear interpolation
- 2013-04-01 22:41:32下载
- 积分:1
-
matlab_hyperspectral_toolbox_v0.04
说明: 一个用Matlab处理高光谱图像的程序工具箱,里面包含了处理高光谱图像的GUI工具箱,可以很方便的处理高光谱图像。(A hyperspectral image processing using Matlab toolbox program, which includes the processing of hyperspectral images GUI toolkit, can easily handle high-spectral images.)
- 2011-03-05 17:01:27下载
- 积分:1
-
WinRAR-ZIP
文件包含现代控制理论中的一些控制程序,可供初期学习者使用,这些都是matlab中所没有的程序。(File contains a number of modern control theory control procedures for early learners, these are programs that are not in matlab.)
- 2013-11-28 21:26:20下载
- 积分:1
-
A_sinle_phase_full_RLEload
single phase converter RLE load
- 2014-08-09 17:50:38下载
- 积分:1
-
2PSK-modem-emulation
2PSK的调制解调过程的仿真及在不同信道下误码率仿真分析(2PSK modem emulation and simulation of BER)
- 2013-11-30 16:07:26下载
- 积分:1
-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
extremum
对读入的两幅图像进行逐个像元比较,取其中最大或最小值形成新图像矩阵,输出。
已形成界面。可通过界面进行上述操作。(To read the two images pixel-by-comparison, the maximum or minimum value from which to form a new image matrix, the output. Interface has formed. Through the interface to carry out such operations.)
- 2009-04-18 16:42:54下载
- 积分:1
-
matlab1
matlab中simulink得自定义模块仿真必备(matlab to simulink simulation module must have custom)
- 2011-10-04 08:48:25下载
- 积分:1