-
One_dimensional_wave_equation_finite_differences
Numerical solution of 1D wave equation in finite differences (matlab code)
- 2009-06-16 00:20:05下载
- 积分:1
-
particle-filter
基于贝叶斯算法的粒子滤波器的matlab实现(Bayesian algorithm based on particle filter implementation matlab)
- 2011-04-22 20:49:37下载
- 积分:1
-
SortN
THE FASTEST WAY TO SORT N NUMBERS sortN library
- 2011-05-13 02:28:58下载
- 积分: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
-
DSP
任务:
1) 借助MATLAB画出误差性能曲面和误差性能曲面的等值曲线(参考PPT2.1第17页的两幅图);
2) 写出最陡下降法以及LMS算法的计算公式(取 );
3) 用MATLAB产生方差为0.05, 均值为0白噪音S(n),并画出某次采样得到的波形(即产生任意一个噪声随机序列);
4) 根据 2)中的公式,并利用 3)中产生的S(n),在 1)中的误差性能曲面的等值曲线上叠加画出采用最陡下降法以及LMS法时H(n)的在叠代过程中的轨迹曲线(参考PPT2.1第17页的右下图的曲线1和曲线2)。
5)用MATLAB计算并画出LMS法时 随时间n的变化曲线(对应S(n)的某一次的一次实现)和e(n)波形;
注意:某一次实现的结果并不能从统计的角度反映实验的结果 的正确性,为得到具有统计特性的实验结果,可用足够多次的 实验结果的平均值作为实验的结果。用MATLAB计算并画出 采用LMS法时,J(n)的100次实验结果的平均值随时间n的变 化曲线(即 生成随机噪声信号并计算结果,重复执行100次, 求平均结果)。
6)在 1)中的误差性能曲面的等值曲线上,叠加画出采用LMS法得到的100次实验中的H(n)的平均值的轨迹曲线;
(Task:
1 ) Draw with MATLAB error performance surface and surface contour error performance curve ( refer PPT2.1 two chart on page 17 )
2 ) Write the steepest descent method and the LMS algorithm formula ( take )
3 ) Using MATLAB to generate variance of 0.05 with a mean of 0 white noise S (n), and draw a particular sampling waveform ( ie, any noise generated random sequence )
4 ) based on 2 ) of the formula , and use 3 ) generated in S (n), in a ) the error performance curves superimposed on the surface contour plot using the steepest descent method and the LMS method when H (n) the iterative process in the trajectory curve ( refer PPT2.1 page 17 bottom right of the curves 1 and 2 ) .
5 ) using MATLAB LMS method is used calculate and draw the curve with time n (corresponding to S (n) of a first implementation of a ) and e (n) waveform
Note : in a first implementation of the results are not reflected from a statistical point of view of accuracy of the experimental results ,)
- 2013-11-08 20:09:06下载
- 积分:1
-
LittleWave
matlab 小波函数处理图片的轮廓问题(matlab wave function to handle pictrure scale)
- 2020-06-16 12:20:02下载
- 积分:1
-
puncture
matlab仿真,适合3/4、2/3、5/6、1/2,速率的打孔程序(matlab simulation, for 3/4, 2/3, 5/6, 1/2, the rate of drilling procedure)
- 2021-04-06 22:19:02下载
- 积分:1
-
FuzzyClusteringToolbox
The Fuzzy Clustering and Data Analysis Toolbox is a collection of Matlab
functions. Its propose is to divide a given data set into subsets (called
clusters), hard and fuzzy partitioning mean, that these transitions between
the subsets are crisp or gradual.(The Fuzzy Clustering and Data Analysis Toolbox is a collection of Matlabfunctions. Its propose is to divide a given data set into subsets (calledclusters), hard and fuzzy partitioning mean, that these transitions betweenthe subsets are crisp or gradual.)
- 2008-01-08 15:27:55下载
- 积分:1
-
other_constraint
运用二阶锥规划理论设计任意频率响应的一维FIR滤波器(optimal design of an FIR filter given a desired H(w) with arbitrary frequency response using SOCP)
- 2010-12-09 00:25:49下载
- 积分:1
-
CS_OMP
说明: 一个有关OMP的应用的例子,适合初学者学习
正交匹配追踪方法(An example of application of relevant OMP, suitable for beginners
The principal component analysis method)
- 2010-04-08 20:23:59下载
- 积分:1