-
AHP
AHP算法的matlab程序,在数学建模及日常决策中经常使用。(AHP algorithm matlab procedures, the mathematical modeling and daily decisions are frequently used.)
- 2013-09-06 21:39:08下载
- 积分:1
-
outage
一篇计算中断概率的仿真程序,对于初学者是个不错的参考。(An interrupt probability calculation simulation program, for beginners is a good reference.)
- 2021-04-27 20:38:44下载
- 积分:1
-
Kalman_Filter
基于Matlab编写的卡尔曼滤波器,对直线运动的小车位置进行跟踪(Kalman Filter implemented using Matlab)
- 2011-12-01 10:29:56下载
- 积分:1
-
CNC-Videos
THIS VEDIO FROM EDUCATION CD ABUT CNC AND MATLAB
- 2010-12-14 21:03:31下载
- 积分: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
-
基于MATLAB的捷联惯导轨迹发生器 SINS simulation
基于MATLAB的捷联惯导轨迹发生器,以及SINS解算程序(SINS based on MATLAB trajectory generator and solver SINS)
- 2021-04-17 08:28:53下载
- 积分:1
-
patch
this matlab code calculate the input impedance and current distribution of microstrip patch antenna with coax excitation in different place.
- 2010-08-02 03:18:33下载
- 积分:1
-
mianyichengxu
基于免疫网络模型的免疫算法源程序,MATLAB编程,仅供大家参考(based on the immune network model immune algorithm source code and MATLAB programming, is for your reference)
- 2007-04-14 10:48:46下载
- 积分:1
-
LocateLargest
提示用户输入一个二维数组,然后显示这个数组中最大元素的位置,返回值为包含两个元素的以为数组
(Prompts the user to enter a two-dimensional array, and then display the location of the largest element of the array, the return value is an array that contains two elements)
- 2013-12-18 10:11:20下载
- 积分:1
-
14325667vitt
viterbi算法,通过matlab工具实现,适合初学者学习(viterbi algorithm by Matlab tool for beginners to learn)
- 2013-05-15 19:06:40下载
- 积分:1