-
Esprit
matlab基本算法之一,用ESPRIT方法估计波达方向,(Direction of arrival estimation using ESPRIT method)
- 2011-11-11 19:12:00下载
- 积分:1
-
MATLABcode
matlab code for speech recognition of single utterances
- 2009-12-14 10:57:01下载
- 积分:1
-
radar
实现雷达的测速和测距,并观测雷达的多普勒效应(Achieve moving target radar speed and ranging, and realize the moving target of the Doppler effect)
- 2016-03-14 10:07:01下载
- 积分:1
-
untitled
num=[2 1.4 -0.9 -0.158 0.4104 0.0294 -0.0668]
den=[1]
figure(1)
zplane(num,den)
num1=[1 2.7 -12.61 -24.757 66.301 62.072 -126.786]
den1=[1]
figure(2)
zplane(num1,den1)
num2=[0.2 -0.26 1.934 10.413 1.934 -0.26 0.2]
den2=[1]
figure(3)
zplane(num2,den2)
num3=[1.25 0.5 -2.1 -2.1 0.5 1.25]
den3=[1]
figure(4)
zplane(num3,den3)
num4=[1.1 3.12 -2.5 0.6 0.5 0.006 1]
den4=[1]
figure(5)
zplane(num4,den4) (good)
- 2010-11-03 09:48:25下载
- 积分:1
-
viterbi_demo
说明: 一個簡單的Viterbi演算法示範, 可以幫助了解Viterbi演算法(A simple demo of Viterbi alogrithm)
- 2010-03-22 10:45:17下载
- 积分:1
-
Gauss-Seidel-Method
此文档是基于matlab的Gauss-Seidel Method的实验报告,没有matlab代码,可供大家参考。(This document is based on the Gauss-Seidel Method matlab experimental report, no matlab code, for your reference.)
- 2011-05-29 12:04:49下载
- 积分:1
-
CARMA_GI
受控自回归滑动平均模型的梯度迭代算法,经过多次迭代计算之后,能够有效的逼近真实值(Controlled autoregressive moving average model of gradient iterative algorithm, after several iterations, can effectively approach the true value)
- 2014-09-04 10:09:53下载
- 积分:1
-
MATLAB-GPC算法
说明: 利用MATLAB编写GPC预测控制算法程序实现预测控制(GPC predictive control algorithm program written in MATLAB to achieve predictive control)
- 2020-11-19 21:49:39下载
- 积分:1
-
M_Harrisdetector
用matlab编写的harris角点检测代码。(Matlab prepared with harris corner detection code.)
- 2008-02-22 22:12:45下载
- 积分:1
-
fixdec
from Mathworks:FIXDEC Round towards zero with a specified number of decimals. The file is copyrighted by matlab but free to use.
- 2010-12-04 12:52:27下载
- 积分:1