-
FDTD-programming-based-on-MATLAB
说明: 介绍了时域有限差分(FDTD) 法的基本原理, 推导了二维TM 模Yee 算法的FDFD 表达式, 并结合算例阐述了基于MA TLAB 编程的基本方法。(The basic p rincip le of FDTD w as introduced and the 22D TM mode FDTD arithmetic expression was derived. The p rogramm ing method based onMA TLAB w as illustrated w ith examp le.)
- 2011-03-20 09:08:19下载
- 积分:1
-
jkjkjkjkjkjkjkj
小波变换,实现语音的基音检测,主要用来检测语音基音周期,小波变换的实现(Wavelet transform, implemented voice detection, voice pitch is mainly used test cycle, the realization of wavelet transform)
- 2010-05-22 21:10:37下载
- 积分:1
-
Rayleigh_fading
Rayleigh 信道仿真模型 参考"Autoregressive modeling for fading channel simulation", IEEE Transaction on Wireless Communications, July 2005. (Rayleigh channel simulation model reference Autoregressive modeling for fading channel simulation , IEEE Transaction on Wireless Communications, July 2005.)
- 2008-01-04 09:23:50下载
- 积分:1
-
BDI
基于BDI的圆弧形表面回波探测,程序稍微改动就可为你所用(BDI-based detection of arc-shaped surface echo, the program can be slightly altered to use for you)
- 2010-12-22 17:06:29下载
- 积分:1
-
FIR_HP
说明: 基于matlab的FIR高通滤波器的设计代码(Matlab on the FIR high-pass filter design code)
- 2010-04-02 10:34:02下载
- 积分:1
-
beampattern
beam forming in matlab using m files
- 2013-11-28 09:42:48下载
- 积分:1
-
7654356
右边伸出的bar导航,IOS编程学习源码,很好的参考资料。(Bar navigation right out, learning IOS programming source code, a good reference.)
- 2013-12-05 09:38:30下载
- 积分:1
-
matlabPyr
图像处理的经典matlab code,包含图像的各种滤波程序,金字塔分解等matlab工具箱。(image processing matlab code)
- 2009-04-28 10:00:37下载
- 积分:1
-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1
-
SOR_FORTRAN
Solver for linear ecuations system (SOR-successive over relaxation), very usefull!!.
- 2013-08-28 12:25:49下载
- 积分:1