-
matlab
it is algo por neural network pid controller anation and optimization algo
- 2011-01-07 02:16:38下载
- 积分:1
-
norm
Matlab program for normalized frequency derivation and integration in fiber coupler
- 2010-06-06 17:10:12下载
- 积分:1
-
Haar-wavelet-image--processing
说明: 用matlab编写的基于Haar小波变换的图像增强处理,同时可实现小波正变换,小波逆变换,实现小波分解与重构源代码。(Written by matlab Haar wavelet-based image enhancement processing, and can achieve positive wavelet transform, inverse wavelet transform, wavelet decomposition and reconstruction to achieve the source code.)
- 2011-04-09 20:39:46下载
- 积分: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
-
guass_spread
说明: 对高斯光束在不同位置的光强分布进行模拟仿真,主要是光腰和焦点位置(The intensity distribution of Gaussian beam in different positions is simulated, mainly in the waist and focus position)
- 2021-01-14 22:59:14下载
- 积分:1
-
ofdm_without_noise
ofdm without noise the article is matlab code without considering the noise parameter
- 2010-11-07 20:59:41下载
- 积分:1
-
work
Inverted pendulum using fuzzy
- 2010-02-06 13:09:06下载
- 积分:1
-
file
说明: 神经网络的MATLAB源代码!包含几乎所有的神经网络!(failed to translate)
- 2010-04-22 21:00:00下载
- 积分:1
-
chen_attractor
这是一个混沌理论中重要的chen映射的程序。通过曲线很容易看到奇妙的混沌吸引子(Chaos Theory important Rezeption mapping procedures. Curve is easy to see wonderful chaotic attractor)
- 2007-03-07 20:07:04下载
- 积分:1
-
music_ULA
用于对均匀线阵(ULA)的远场入射信号进行DOA估计的程序,前提是入射信号源互不相关(Program for ULA (ULA) far-field incident signal DOA estimation, the premise is unrelated incident signal source)
- 2015-01-25 01:38:37下载
- 积分:1