-
nihequxian
得到一些列的离散数据,用matlab,进行曲线拟合(Get some out of discrete data with matlab, for curve fitting)
- 2010-06-04 16:33:03下载
- 积分:1
-
homework-5
homework 5 given to me by my lecturer
- 2011-06-02 15:31:34下载
- 积分:1
-
用matlab编写的bpsk信号的循环谱估计程序
用matlab编写的bpsk信号的循环谱估计程序,适合给初学者参考。(BPSK signal s Matlab computer program written in cyclic spectrum,for new learners reference.)
- 2013-04-23 20:22:17下载
- 积分:1
-
untitled
boost matlab仿真电路输入可根据输入、以及占空比调节输出电压(Boost matlab simulation circuit input according to the input, as well as adjust the duty cycle output voltage)
- 2013-05-14 17:36:18下载
- 积分:1
-
junyoung3
This file includes demodulation algorithm who is using and studying the matlab simulink. I hope this zip file would be helpful for them.
- 2012-11-26 23:06:20下载
- 积分:1
-
VD+IMM
说明: 分别结合VD算法和IMM算法,采用卡尔曼滤波跟踪转弯机动目标(Combining VD algorithm and IMM algorithm, Kalman filter is used to track turning maneuvering target.)
- 2019-12-24 17:41:33下载
- 积分:1
-
DENCLUE2.0 algorithm for python
DASCAN 聚类算法例程,实现平面内点的分类(Clustering algorithm routines)
- 2020-12-09 17:29:18下载
- 积分:1
-
2009-12-01
duffing混沌阵子系统的matlab仿真图。通过参数选择实现无噪声,白噪声,色噪声条件下的微弱信号检测。(duffing matlab simulation of chaotic time around the system map. Through the parameters to achieve,no noise, white noise, colored noise of the weak signal detection.)
- 2010-07-23 14:04:41下载
- 积分:1
-
Image_Compression
说明: 基于小波理论等方法,实现了对2D图像的压缩。欢迎分享!(Method based on wavelet theory, the realization of the 2D image compression. Welcome to share!)
- 2009-08-08 09:22:28下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1