-
matopt
matlab小波算法实现,有源程序,可以实现多种图像处理过程(matlab wavelet algorithm, has the source code, you can realize a variety of image processing)
- 2008-05-20 03:01:39下载
- 积分:1
-
MMMatlabega
基于 Ma t l a b语言的遗传算法工具箱支持二进制和浮点数编码方式, 并且提供了多种选择、 交叉、 变异的方法。 通过具体实例对 Ma t l a b的遗传 算法工具箱的用法进行 了说 明介绍. 已通过测试。
(Binary and floating-point encoding genetic algorithm based on Ma tlab language toolbox support, and provides a variety of options, cross-variation method. Through concrete examples of the Ma tlab genetic algorithm toolbox usage instructions describe. Has passed the test.)
- 2012-09-30 12:50:30下载
- 积分: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
-
ballcar
利用matlab仿真球、车、杆连接系统在不同风力下的运动状态(Using matlab simulation balls, cart, pole connection system in the state of motion under different wind)
- 2013-05-23 08:13:59下载
- 积分:1
-
visual_c_matlab_code
包含大量的关于图像处理的C++程序和matlab程序,适合初学者学习(Contains a large number of image processing of C++ program and matlab program for beginners to learn)
- 2010-08-29 18:54:45下载
- 积分:1
-
Geneticco
一个关于遗传算法解决函数优化的例子被编辑成gui界面 。(Genetic code)
- 2009-12-29 20:58:31下载
- 积分:1
-
SERVO_MOTOR_CONTROL_with_MATLAB
SERVO_MOTOR_CONTROL_with_MATLAB.zip... contains matlab code on SERVO_MOTOR_CONTROL
- 2009-12-30 01:30:22下载
- 积分:1
-
doppler_sig
多普勒信号有很多种,我这里上传的是通过常规函数构造出一个理想的多普勒信号,多普勒信号是用其频移来进行计算的,一般是激光干涉仪等出来多普勒信号(Doppler signal there are many, I am here to upload a laser Doppler interferometer signal out through conventional function construct an ideal Doppler signal, the Doppler frequency shift signal is carried by its calculations)
- 2014-11-25 11:46:24下载
- 积分:1
-
PSO
多种策略变权重系数的粒子群优化算法源代码,用于求解复杂函数极值问题。(Multiple strategies variable weight coefficient of particle swarm optimization algorithm source code, is used to solve complex function extremum problems.)
- 2015-01-30 21:02:25下载
- 积分:1
-
Matlab-GUI
Matlab面向对象编程,强烈推荐的一本面向对象matlab编程书籍(Matlab programming)
- 2015-03-01 11:23:53下载
- 积分:1