-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1
-
Matlab-Programming-for-Engeering
《Matlab编程》书电子档,详细阐述了如何使用Matlab编程、程序编制以及注意事项,是一本不可多得的好书(" Matlab programming" in digital format, described in detail how to use the Matlab programming, programming and precautions, is a rare books)
- 2011-06-08 15:18:56下载
- 积分:1
-
kalman
kalman滤波器实现目标跟踪,对研究数据融合,目标跟踪有一定的参考价值(target tracking using kalman filter)
- 2014-02-25 23:51:37下载
- 积分:1
-
FuenteVideo
Fuente de trafico de video
- 2010-05-10 09:49:29下载
- 积分:1
-
Sample150
蓝牙信号仿真,通过matlab中simulink模块,进行仿真提取参数(Bluetooth signal simulation, simulation matlab simulink module extraction parameters)
- 2013-05-09 19:41:56下载
- 积分:1
-
AM
说明: 这是关于AM调制的matlab程序,对初学调制的人很有帮助,有仿真图片(AM modulation matlab program, beginner modulation helpful, simulation picture)
- 2020-12-04 15:09:24下载
- 积分:1
-
1
说明: 1、主要是产生0,1,2,3,阶贝赛尔函数图形。
2、产生线性调频信号和它的的频谱图。
3、产生单个脉冲的三维模糊图以及对应的等值图。
4、它是程序3的嵌套子程序,用于产生单个脉冲。
5、用于产生高斯和瑞利分布函数。
(These programs can produce 1、Bessel graph;2、LFM signal and its amplitude spectrum;3、ambiguous graph 4、Gaussian and Rayleigh function.
)
- 2010-03-09 08:28:29下载
- 积分:1
-
lvbo
运用LMS、RLS、LSL等自适应滤波算法对16QAM信号进行处理,比较其误码率(Use of the LMS, RLS, LSL adaptive filtering algorithm for 16QAM signal processing, to compare the bit error rate)
- 2012-05-15 15:02:00下载
- 积分:1
-
BeyondtheKalmanFilterParticlefilterfortrackingappl
优于Kalman滤波的粒子滤波在目标跟踪中的应用,幻灯片(Kalman filtering is superior to the particle filter in the target tracking application, slide)
- 2007-11-14 10:53:25下载
- 积分:1
-
UnsharpMaskingAndEdgeDetect
these codes are used to sharpen the images , and detect edges of images using edge operators
- 2010-05-28 22:08:37下载
- 积分:1