-
MATLAB
利用matlab自带的一些程序,编写的一些滤波程序。包括线性平滑滤波、中值滤波、状态统计滤波等。(Matlab comes with some procedures, the preparation of some of the filtering process. Including linear smoothing filter, median filter, the state statistical filtering.)
- 2013-04-01 09:49:03下载
- 积分:1
-
mxulie
在matlab下产生m序周期,初态,特征式可以在主程序中自己设计.(under the Matlab m sequence cycle, the initial state, in the style of their own main program design.)
- 2006-10-29 20:39:21下载
- 积分:1
-
code2
经验模式分解,emd,船舶极短期运动预报(Empirical mode decomposition, emd, ship motion prediction of extreme)
- 2014-11-07 14:29:39下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
EXP71
MATLAB PROGRAM FOR CONTROLLER DESIGN USING POLE PLACEMENT TECHNIQUE
- 2013-10-23 01:44:11下载
- 积分:1
-
MatlabExamples
Matlab Codes for student...exercises and functions.....
- 2009-03-04 21:35:46下载
- 积分:1
-
pca2
基于主元分析(pca)的elman,rbf神经网络的matlab程序,运算时间短,程序简单(Based on principal component analysis (pca) of elman, rbf neural network matlab procedures, computing time is short, simple procedures)
- 2021-04-21 15:48:49下载
- 积分:1
-
bys
有关卡调用的很好资料,希望对大家有用,一起学习(hand book)
- 2010-03-10 20:55:43下载
- 积分:1
-
xitongbianshi
系统系统辨识文件夹内是产生高斯白噪声,m序列和最小二乘法的一次完成算法,递推算法,限定记忆法的程序。系统仿真文件夹内是对系统线性和非线性的建模和仿真程序。(System folder on system identification is to generate Gaussian white noise, m sequence and a complete least-squares method algorithm, recursive algorithm, limited memory method procedures. System Simulation System folder is a linear and nonlinear modeling and simulation program.)
- 2010-03-12 16:41:17下载
- 积分:1
-
svm3legprint
space vector modulation for three phase two level inverter
- 2011-07-07 23:58:59下载
- 积分:1