-
3125
用matlab实现中值滤波 用matlab实现中值滤波(Median filter implementation using matlab to achieve median filter with matlab)
- 2010-06-09 11:04:16下载
- 积分:1
-
turbodemotoolforC
MATLAB语言编程的TURBO码信道编码程序,值得一看(MATLAB programming code TURBO channel coding procedures, eye-catcher)
- 2007-03-20 11:58:47下载
- 积分:1
-
Photonic-Band-for-2_D
本程序是计算二维光子晶体能带的程序,编程思路清晰,注释详细易懂,适合初学者参考,多谢。(This procedure is to calculate the two-dimensional photonic crystal band program, programming ideas clearly, annotation and easy to understand in detail, suitable for beginners reference, thanks a lot.)
- 2014-10-31 15:27:42下载
- 积分: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
-
hiperlan2
hiperlan2 model for matlab/simulink
this is a demo
- 2011-10-05 12:59:47下载
- 积分:1
-
Random-nunmber
程序生成的随机数,真正的名字叫做“伪随机数”,需要有一个种子来初始化 使用当前时间去初始化种子,就能得到不同的伪随机数序列(Program generates random numbers, the real name is " pseudo-random number," the need for a seed to initialize the current time to initialize the seed, you can get different pseudo-random number sequence)
- 2014-01-03 21:40:13下载
- 积分:1
-
GPS
GPS/INS组合导航,可以提高系统精度,很实用(integrated navigation)
- 2018-12-24 13:29:28下载
- 积分:1
-
watermark
包含有DCT水印嵌入算法,DWT水印嵌入算法,以及水印攻击和性能测试程序。参考价值极大(mark
)
- 2010-05-23 23:34:58下载
- 积分:1
-
polya_svm_1.0
很好的基于支持向量机的MATLAB程序,里面包含有算例及改进算法,以及已经处理好的基于支持向量机的基因数据!(good based on support vector machines MATLAB program, which contains examples and improved algorithm and have a good handle on support vector machines genetic data!)
- 2007-05-26 20:12:31下载
- 积分:1
-
Chapter2
it s a wireless communication document
- 2014-11-15 15:03:33下载
- 积分:1