-
Kalman_matlab00000
拥有matlab用户界面的卡尔曼滤波程序,matlab-kalman-GUI,有注释,有三个sample供大家学习,可以作为理解设计各种kalman滤波器的开发导航,对学习研究有借鉴价值。还加了一些我最开始上手学习kalman滤波的文档,希望对大家有所帮助。(无密码)(user interface with Matlab Kalman filtering procedures, Matlab-Tracking- GUI, Notes, for all three sample study, can understand the design of the Kalman filter navigation development, a study on the reference value. Also added some handcuffed, I started learning the most Kalman filtering documents, we hope to help. (No password))
- 2020-06-26 05:00:02下载
- 积分:1
-
1D-modeling-inversion
大地电磁一维正反演MATLAB程序
大地电磁一维正反演MATLAB程序(One-dimensional magnetotelluric modeling and inversion MATLAB program)
- 2012-05-31 11:43:43下载
- 积分:1
-
ip-kamera-color
ip kamera with tracking color
- 2014-09-16 11:50:26下载
- 积分:1
-
parallel_computing_toolbox
matlab的并行处理方面的说明指导,能大大提高算法的速度,很有用(matlab parallel processing of instructions in the guide, can greatly increase the speed of the algorithm is useful)
- 2012-11-23 21:13:57下载
- 积分:1
-
mountaintopopt
说明: 根据moutaintop空时自适应数据编写的最优STAP方法(According to data prepared moutaintop space-time adaptive optimal space-time adaptive processing)
- 2011-04-07 18:02:56下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
okumra.rar
这是一个okumra模型的matlab编程,能够实现这个模型的算法,并计算出结果。(This is a matlab model okumra programming, be able to achieve this model algorithm, and calculate the result.)
- 2009-03-19 23:10:56下载
- 积分:1
-
TRF796x_EVM_Rev_A1_Schematic
TRF796x evaluation Board (Rev A1) Schematic
- 2013-11-27 21:02:49下载
- 积分:1
-
Matlab
采用matlab进行傅里叶变换,将图像变换成频谱形式的图像。(Using MATLAB Fourier transform, the image is converted into a spectrum in the form of image.)
- 2012-11-20 19:55:10下载
- 积分:1
-
rm857
说明: 基于matlab/Simulink搭建的单相Spwm逆变器的仿真模型(Simulation model of single-phase SPWM inverter based on MATLAB / Simulink)
- 2020-02-02 15:52:06下载
- 积分:1