-
matlabsignalprocessingrar
1.本书包含的实例所使用的源程序清单,文件夹第3章~第7章分别包括各章节内的实例源程序。
2.源程序文件名与所在章节和实例序号对应,如:3_1.m为第三章实例一【例3_1】的源程序。
3.文件夹tftoolbox为2002版的时频工具箱,第六章“非平稳信号分析与处理”需要用到该工
具箱的部分函数。请将其拷贝到用户的MATLAB工作路径(如D:R2006awork)
4.各章节的M文件已在MATLAB R2006a环境下调试通过,拷贝到用户的MATLAB工作路径(如 D:R2006awork)下即可运行。(1. This book contains examples of source code used in the list of folders in Chapter 3 ~ Chapter 7, respectively, including the section within the source code examples. 2. Source file name and serial number where the corresponding chapters and examples, such as: 3_1.m for example Chapter 1 3_1】 【Example of the source. 3. Tftoolbox folder for the 2002 version of the Time-Frequency Toolbox, Chapter VI, " Non-stationary signal analysis and processing" required to use part of the toolbox functions. I would be grateful if a copy job to the user' s MATLAB path [such as D: R2006a work] 4. Of all sections of M are available at MATLAB R2006a debugging environment through, copy to the user' s job MATLAB path [such as D: R2006a work ] to run under.)
- 2009-02-21 16:49:46下载
- 积分:1
-
BPbasedPIDControl
利用MATLAB实现的基于BP算法的PID源程序(Use MATLAB to achieve BP algorithm based on PID source)
- 2007-12-22 20:50:41下载
- 积分:1
-
Single-Phase-Real-Power-Filter
Single Phase Real Power Filter
- 2012-08-06 23:01:58下载
- 积分:1
-
samples
Genetic Algorithm for function maximization.
Especially useful for functions with kinks and discontinuities,
and where a good "starting point" is unavailable.
- 2010-07-14 03:26:45下载
- 积分:1
-
SVM_lzb1p2015
matlab工具箱,SVM。。。支持向量基(matlab toolbox, SVM. . . Support vector-based)
- 2010-09-08 17:16:10下载
- 积分: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
-
1
说明: salam man hamid hastam in file matlab
- 2012-04-09 12:24:22下载
- 积分:1
-
dxqqpwm-PWM-.mdl
单相全桥PWM整流模型,多次验证表明,该模型动态响应快,静态误差小,完全符合要求。(The single-phase full bridge PWM rectifier model, verified the model many times, fast dynamic response, static error is small, fully meet the requirements.)
- 2013-12-31 16:59:15下载
- 积分:1
-
maltab
相关分析与卷积运算 。matlab 实现。
信号函数为x(t)=(1-|t|/T)[u(t+T)-u(t-T)],h(t)= e-a*t*tsin(2πft)(Correlation analysis with the convolution operation. matlab achieve. Signal function x (t) = (1- | t |/T) [u (t+ T)-u (tT)], h (t) = ea* t* tsin (2πft))
- 2009-04-24 23:13:45下载
- 积分:1
-
Berkeley
里面有很多图像边缘检测的算法,可以从提供的网站上下载图片进行操作(There are many edge detection algorithms that can be downloaded from the website to provide pictures to operate)
- 2009-12-18 12:49:24下载
- 积分:1