-
fftview
做信号处理的时候经常会用到FFT,而MATLAB自带的FFT只能变换出一列系数,想做成频谱图还要自己加一部分,自己写了一个小程序,输入原始信号和采样率,可以画出标准的幅值谱和功率谱。(Do signal processing is often used when the FFT, and FFT MATLAB own transformation from a coefficient of only wanted to make Canada part of the spectrum but also their own, to write a small program, the input original signal and the sampling rate can be Draw a standard amplitude spectrum and power spectrum.)
- 2011-02-01 12:07:10下载
- 积分:1
-
Edge-improve-global-thresheding
使用边缘改进全局阈值处理分割图像的matlab实现示例(Using edge process to improve global threshold segmentation image , matlab implementation examples)
- 2020-11-19 17:19:37下载
- 积分:1
-
Butterworthlowpassfilterandhighpassfilter
低通和高通滤波程序,是常用的图像预处理程序(lowpass filter program and highpass filter program)
- 2010-05-18 17:30:15下载
- 积分:1
-
threeD_sourceE_NearToFar
一个关于金属细导线的matlab程序。程序计算了偶极子的远场,方向图,增益等参量(A thin metal wire on the matlab program. Are calculated dipole far-field, pattern, gain and other parameters)
- 2009-09-12 17:49:48下载
- 积分:1
-
kernelpca_tutorial
说明: Kernel pca基于核方法的特征提取算法(feature selection)
- 2011-03-09 16:06:58下载
- 积分:1
-
yiqunsuanfa
该算法是用Matlab语言编写的蚁群算法,可以有效的求解城市间的最短路径,并且能够动态的呈现求解过程。(The algorithm of Matlab language of ant colony algorithm, can effectively solve the shortest path between cities, dynamic and able to show the change process.)
- 2013-11-22 09:21:25下载
- 积分:1
-
Bluetooth_Voice
这种模式的一个版本,这与MATLAB和Simulink释放的电流随通信模块(A version of this model which works with the current release of MATLAB and Simulink is shipped with the Communications Blockset™ )
- 2015-04-01 11:27:56下载
- 积分: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
-
untitled2
MRAC control with simulink
- 2011-10-24 03:58:26下载
- 积分:1
-
qqq
利用分步傅里叶方法求解非线性薛定谔方程的matlab程序。(Using split-step Fourier method for solving nonlinear Schrö dinger equation matlab program.)
- 2010-05-25 19:58:35下载
- 积分:1