-
MeMBer-filter-ukf
本代码主要实现非线性环境下的势均衡多目标多伯努利滤波器的ukf实现,能有效地解决杂波环境下的多目标跟踪问题。(This code mainly realize the potential of nonlinear environment balanced multi-objective multi-bonuli filter ukf achieve, can effectively solve the problem of multi-target tracking clutter environments.)
- 2021-01-18 17:28:42下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
LMS
超声波信号自适应消噪和滤波程序,可用于除噪,用于去除背景环境影响(Adaptive noise cancellation and filtering procedures can be used for noise removal)
- 2011-08-18 15:00:50下载
- 积分:1
-
14
说明: Matlab从入门到精通中所有的源程序。(Matlab from entry to master all of the source.)
- 2009-10-09 01:46:30下载
- 积分:1
-
ColorChange
根据MATHWORKS的plot3c改编,绘制色彩渐变曲线。转自棒棒(Plot3c in accordance with the MATHWORKS adaptation, gradual curve drawing color. Private Bang Bang)
- 2009-03-31 02:17:40下载
- 积分:1
-
examples
使用pMatlab改写BPSK和QPSK 的Monte Carlo 仿真程序。在多核PC上实现MC仿真速度翻倍(附原程序)(PMatlab rewritten using BPSK and QPSK the Monte Carlo simulation program. In the realization of multi-core PC on MC simulation speed doubled (with the original program))
- 2007-11-15 12:56:35下载
- 积分:1
-
tvdenoise
Total variation grayscale and color image denoising
- 2010-05-11 21:17:48下载
- 积分:1
-
Model-Predictive-Control
Model Predictive Control
Eduardo F. Camacho and Carlos Bordons
- 2013-12-10 20:54:49下载
- 积分:1
-
YOUYI
噪声语音信号的处理。能够事项语音信号的自动去噪处理。效果良好。是M文件。语音信号要自己录制。(
The noise speech signal processing. Automatic speech signal denoising. The effect is good. Is the M file. The speech signal to be recorded.
The noise speech signal processing. Automatic speech signal denoising. The effect is good. Is the M file. The speech signal to be recorded.
)
- 2015-04-24 16:07:56下载
- 积分:1
-
Ed200307
能量检测,根据以URKOWITZ 在1967年发表的能量检测文章以及Digham 2003、Ghasemi 2007发表的一系列文章为参考,
在AWGN信道中,给定SNR下,先产生一个原始信号(单音或者BPSK基带信号),然后叠加高斯噪声, 再进行能量检测(Energy detection, according to URKOWITZ the energy released in the 1967 test articles, and Digham 2003, Ghasemi 2007 series of articles published as a reference, in the AWGN channel, for a given SNR, the first generating an original signal (mono or BPSK baseband signal), and then superimposed Gaussian noise, then the energy detection)
- 2010-10-15 22:16:59下载
- 积分:1