-
05725339
太阳能仿真simulink方法,英文论文(Solar simulink simulation methods, the English papers)
- 2014-01-12 20:19:46下载
- 积分:1
-
KineticsEst1_int1
用积分法进行反应速率分析得到速率常数k和反应级数n(Integral method for analysis of the reaction rate by the rate constant k and reaction order n)
- 2010-09-24 22:20:06下载
- 积分:1
-
moment1
This function helps you to find moments from an Image
- 2011-08-08 19:20:09下载
- 积分: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
-
zidonghuachechuang
数学建模:自动车床数学建模:自动车床数学建模:自动车床数学建模:自动车床数学建模:自动车床数学建模:自动车床(Mathematical modeling: automatic lathes)
- 2013-12-12 17:01:28下载
- 积分:1
-
sos2csharptest
Converts Matlab SOS filters into a fast C# class
- 2011-01-16 01:57:37下载
- 积分:1
-
poisson
这是一个将指定区域内的图像提取出来,与指定图像进行融合的matlab程序,由泊松方程引申而来(This is a designated area of the extracted image, with a specified image of Matlab integration process from the Poisson equation arising from)
- 2007-03-15 20:02:10下载
- 积分:1
-
chongkou-moxing
虫口模型:某模型的分岔图,详细的计算过程,里面还附有结果图( Insect population model: a model bifurcation diagram insect population model: a model of the bifurcation diagram)
- 2012-10-18 11:27:28下载
- 积分:1
-
RLS1234567890
Recursive least squares递归最小二乘算法(Recursive least squares)
- 2013-04-30 20:44:51下载
- 积分:1
-
MATLAB-USE-IN-PROGECT-WITH-C-VB-JAVA
MATLAB与vb等语言的综合编程应用以及利用matlab来编写exe的具体方法(Comprehensive application programming languages such as MATLAB and vb and matlab to write exe)
- 2012-07-22 17:36:20下载
- 积分:1