-
highlight
说明: Matlab开发环境中编辑程序文本时的高亮工具代码。(Matlab development environment in the editing process of the highlighted text tool code.)
- 2008-09-22 11:26:22下载
- 积分:1
-
feixianxingfangchengzu
说明: 非线性方程的求解,包括牛顿法,两点割线法,数值延拓法,等等(nonlinear equation)
- 2010-04-30 21:45:28下载
- 积分:1
-
DWT
依据dwt变换所写的一个MATLAB源程序,仅供参考(Written by a transformation based on dwt MATLAB source for reference only)
- 2011-04-20 16:35:05下载
- 积分:1
-
csa
免疫克隆算法优化函数的程序,matlab环境下实现(Immune clonal algorithm to optimize the function of the program under the Matlab environment)
- 2012-05-26 21:56:06下载
- 积分:1
-
jiaosulvpipeikaermanlvbo
捷联式惯性导航的角速率匹配卡尔曼滤波,使用matlab语言编写(Strapdown inertial navigation of angular rate matching kalman filter)
- 2014-01-13 15:52:15下载
- 积分:1
-
markov2
基于MATLAB的马尔科夫实现代码,简单易懂,希望对大家有所帮助(MATLAB-based implementation of Markov code, easy to understand, we want to help)
- 2010-06-08 13:37:44下载
- 积分:1
-
singlehex2num
Convert single precision IEEE hexadecimal string to number. By Matthias Nö ll.
- 2013-07-31 09:22:17下载
- 积分:1
-
EEE-212-lab-sheet
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:21:13下载
- 积分:1
-
MATLABenablement
数字信号处理及其MATLAB实现。是一本控制应用类MATLAB。(Digital signal processing and MATLAB to achieve. Control applications is a type of MATLAB.)
- 2007-11-22 20:46:04下载
- 积分:1
-
chap2_05_LS
最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法最小二乘算法(LS)
- 2010-08-29 11:30:50下载
- 积分:1