-
delay_test
利用广义相关法求时间延迟估计,可以用用在TDOA定位中(Generalized Correlation Method Using Time Delay Estimation)
- 2021-05-16 17:30:02下载
- 积分:1
-
perceptrondemo
this demo provide to understand about neural network with perceptron, simple perceptron demo
- 2010-01-01 11:19:40下载
- 积分:1
-
chuantest
利用Matlab的simulink实现对船舶的仿真(Simulink realization using Matlab for the simulation of ship)
- 2011-04-28 17:27:52下载
- 积分:1
-
kalmen
kfdemo.m is a Matlab script file to run a demonstration of the
Bayesian Kalman filter. It loads file kfdemo.mat (saved as version 4
so that it will read in either v4 or v5 Matlab).
The other files are called by kf.m (the Kalman filter) or included
as they may be useful. Normalis.m normalises data to zero-mean,
unit variance along components. I always do this before any further
analysis.(kfdemo.m Matlab is a script file to run a dem onstration of the Bayesian Kalman filter. It lo kfdemo.mat ads file (saved as version 4 so that i t will read in either v4 or v5 Matla#$#!254253#!#$C-Algorithm- XSL.zip!#$#"C algorithms suite" of source code, Shi-Liang Xu book, a lot of highly efficient C language algorithms, those self-help programming.)
- 2007-03-20 14:29:32下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
fourier
Matlab script to illustrate the Fourier transform of a periodic signal
- 2010-01-08 19:07:14下载
- 积分:1
-
VRP_GA
说明: 用GA遗传算法求解VRP车辆配送问题,以及VRP的特殊情况TSP旅行商问题(GA Genetic Algorithm for VRP with the distribution of vehicles, as well as the special circumstances of VRP Traveling Salesman Problem TSP)
- 2009-09-01 23:54:20下载
- 积分:1
-
bpbutt
说明: 巴特沃思滤波器matlab程序,是本人提交的作业.(Butterworth filter Matlab process, I submit work.)
- 2006-04-08 17:39:48下载
- 积分:1
-
Alamouti
This is a function that simulate the Alamouti Space-Time scheme and plot a BER vs SNR graph.
- 2013-11-17 02:15:45下载
- 积分:1
-
rjMCMC
可逆跳转马尔科夫链蒙特卡罗算法,可用于图像处理、音频处理等领域,其中有详细解释(rjmcmc simulation aims at approximate a noisy nolinear function)
- 2021-03-07 15:39:30下载
- 积分:1