登录
首页 » matlab » signal

signal

于 2020-12-02 发布 文件大小:6KB
0 179
下载积分: 1 下载次数: 176

代码说明:

   产生一个随机信号和两个不同频率但频率间隔很小的正弦信号,要求对两信号之和进行如下分析: (1) 求该随机信号的自相关性系数、自相关函数,画出对应的图形; (2) 利用不同的参数建模方法求出两个随机信号的功率谱; (3) 利用极大似然估计、递推最小二乘法等常用的参数估计方法估计所建模型,包括AR模型、MA模型和ARMA模型的的参数,阶次自定;并与Matlab工具箱里的一些建模函数的运算结果进行比较; (4) 利用陷波滤波和MUSIC滤波方法对该信号的频谱进行估计; (5) 利用Wiener滤波、LMS滤波对该含噪声的正弦信号进行去噪声处理; (6) 假设该信号是一个飞行器的某个方向的线位移信号,可否利用Kalman滤波对该信号进行滤波? (7) 利用高阶谱理论对该信号进行谱估计和相应的AR模型、MA模型和ARMA模型估计; (8) 利用小波变换(变换函数可以直接用Matlab里的函数)对该信号进行去噪声处理,并和前面的去噪声方法进行比较。 (Produce a random signal and two different frequency but frequency interval small sine signals, required to make the following analysis of two signals: (1) for the random signal from the correlation coefficients, the autocorrelation function and draw the corresponding graphics (2) make use of different parameters modeling method for out two random signal power spectrum (3) using maximum likelihood estimation, recursive least square method and common parameters estimation method estimates that the model, including AR model, MA model and the parameters of the ARMA model we, order time decided oneself With Matlab toolbox and some of the modeling function is used compared the (4) use trapped wave filter and MUSIC of the signal filter method of spectrum to estimate (5) use Wiener filtering, LMS filtering on the sinusoidal signal with noise to noise treatment (6) assumes the signal is a vehicle of a certain direction of displacement signal line, can you use Kalman filtering on the)

文件列表:

现代信号处理相关代码
....................\signal .m,5465,2011-11-15
....................\《现代信号处理》作业.doc,26624,2011-11-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Rosenstein_lyapunov_m
    几种典型的混沌系统的最大Lyapunov指数的仿真实现(Several typical chaotic system the largest Lyapunov exponent of the Simulation)
    2011-11-29 09:46:54下载
    积分:1
  • gear_efficiency
    自己按照相关文献编写的齿轮啮合效率计算。(gear pair meshing efficiency.)
    2020-07-03 11:20:02下载
    积分:1
  • ofdmmatlab5
    在matlab环境下对ofdm进行仿真的程序(In matlab ofdm simulation under the environment of the procedure)
    2010-06-14 21:41:59下载
    积分:1
  • tutorial_1_C
    This simulation work belongs to STATCOM model. User may get he basic idea of PWM generation
    2014-10-29 00:51:02下载
    积分:1
  • code
    the network lifetime based on a new Energy-Aware Objective Function used to design a Routing Protocol for Low-Power and Lossy Networks. The proposed Objective Function uses the Expected Transmission Count Metric and the Remaining Energy on each sensor node to compute the best paths to route data packets across the network.So EAOF prolongs the network lifetime and reduces the need for human intervention on battery changing, thereby enhancing the system wearability and reducing operational costs.
    2014-12-03 18:21:52下载
    积分:1
  • ABC.m
    人工蜂群ABC算法在Matlab下的源代码,在四种基准目标函数下,经仿真测试均可成功运行,适合初学ABC算法的人参考(Artificial bee colony ABC algorithm in Matlab source code in four benchmark objective function, the simulation can be run successfully tested, suitable for beginners ABC algorithm Reference)
    2014-07-26 21:50:47下载
    积分:1
  • FFT
    fast fourier transform (FFT) code in MatLab
    2009-10-08 06:00:55下载
    积分:1
  • matlab-Imageoperation
    这是一个matlab图像运算包,多幅图像的数学运算,包括图像的代数运算、图像的逻辑运算、图像的块和邻域操作、图像几何运算等(This is a matlab image computing package, multiple images of mathematics, including algebra images, images of logical operations, the image of the block and neighborhood operations such as geometric operations)
    2010-05-29 21:40:30下载
    积分:1
  • ball
    Hespanha混杂系统模拟仿真教程的Matlab算例1(Matlab example 1 Simulation of hybrid systems (Hespanha))
    2014-11-20 22:59:42下载
    积分:1
  • otsu
    OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern. 9:62-66 1979). Thresholds are computed to maximize a separability criterion of the resultant classes in gray levels. OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the corresponding Iseg is therefore a binary image. The pixel values for Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ... [Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability criterion within the range [0 1]. Zero is obtained only with images having less than n gray level, whereas one (optimal value) is obtained only with n-valued images.
    2009-03-17 17:57:51下载
    积分:1
  • 696518资源总数
  • 104627会员总数
  • 23今日下载