-
LightScatPro5
说明: 球形粒子Mie 散射用Matlab编写的Mie theory计算程序。在光子学中运用广泛,使用非常方便(Mie scattering of spherical particles prepared by using Matlab program Mie theory. In the use of photonics in a wide range of very convenient to use)
- 2008-10-30 11:06:27下载
- 积分:1
-
deeld
economic dispatch with abc algorithm
- 2013-07-12 18:29:20下载
- 积分:1
-
lowpass-figstorder-high
设计低通滤波器的matlab源程序 IIR一阶低通滤波器,高通滤波器,Notch 嵌波滤波器(Design of matlab source code for low-pass filter IIR first-order low-pass filter high pass filter Notch filte)
- 2018-08-05 05:08:41下载
- 积分:1
-
delsig
高阶sigma-delta调制器设计matlab工具包,
半波带滤波器设计工具包,内有使用说明(High-order sigma-delta modulator design matlab toolkit, half-wave band Filter Design Toolkit, which has the use of)
- 2008-07-02 08:08:27下载
- 积分:1
-
Zbuildpi
this source code is zbuildpi matlab
- 2013-08-04 17:38:42下载
- 积分:1
-
ABC0317modified
改进版蜂群算法~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(modified ABC)
- 2012-05-08 09:09:18下载
- 积分: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
-
dstrom
dstatcom simulation with the help of matlab software the result are very good please check
- 2013-12-30 04:01:24下载
- 积分:1
-
Simple-function_GA
3元简单函数优化的遗传算法程序,利用遗传算法求三元函数的最优值,包括主程序、初始化、交叉、变异、选择等子程序,方便自己修改,并且包含图像分析。(A simple function of the genetic algorithm optimization procedures, the optimal value of ternary functions using genetic algorithms, including the subroutine of the main program, initialization, crossover and mutation, selection, convenient modify, and includes image analysis.)
- 2013-01-12 10:12:34下载
- 积分:1
-
GMM-apply-for-text-to-speech
利用GMM训练模型,并用于说话人识别等相关领域,有不错的效果(GMM apply for text to speech)
- 2021-04-07 18:19:01下载
- 积分:1