-
wwavelet
说明: 一个小波消噪的matlab例子,里面有源程序
希望可以帮到大家(a denoise example of wavelet,)
- 2010-03-29 22:34:55下载
- 积分:1
-
average_filter
图像传输过程中,经常会受到各种噪声的干扰,本程序采用邻域平均法来减少噪声(In the process of image transmission, there will be various noise interference always,this program is to reduce noise base on Neighborhood average method.
)
- 2011-04-19 14:59:55下载
- 积分:1
-
houghcircle
Circular Hough Transform
- 2010-11-29 17:54:46下载
- 积分:1
-
AXB
matlab和C++混合编程,利用高斯算法计算Ax=B求解(Solve Ax=B Using combination matlab and c++)
- 2010-02-26 23:24:46下载
- 积分:1
-
spectral-estimation
this program will help you to perform spectral estimation using different algorithms such as spectogram
- 2013-08-11 22:58:20下载
- 积分:1
-
SVR-LINEAR
基于SVR的线性系统的辨识和校验,辨识信号采用幅值为2的随机信号(Linear systems based on SVR identification and validation, identification signal using random signal amplitude of 2)
- 2013-09-15 21:22:34下载
- 积分:1
-
MLP
mullty layer percptron neural network
- 2013-05-14 16:11:51下载
- 积分:1
-
GPCAPDASpectral
General Principle Component Analysis (GPCA)
- 2014-02-03 13:23:50下载
- 积分:1
-
duixiaoqi
改程序实现了广义旁瓣对消器的仿真,广义旁瓣对消器在阵列信号处理和多用户检测中有重要的应用。(Reform program to achieve a generalized sidelobe canceller in the simulation, generalized sidelobe canceller array signal processing and multi-user detection has important applications.)
- 2010-06-01 21:47:51下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1