-
upf_demos2
This is unscented kalman filter and particle filter matlab algorithms.
- 2010-07-17 05:34:08下载
- 积分:1
-
chap7
Spread Spectrum Technique simply consumes
spectrum in excess of the minimum spectrum
necessary to send the data.
- 2013-12-07 04:33:21下载
- 积分:1
-
fsk_demod
4FSK的解调算法的设计,主要用于本科生通信工程初学通信原理课程或者大学生本科论文帮助,仅供参考!程序绝对正确!(4FSK demodulation algorithm design, mainly for undergraduate Communication Engineering the communication principle beginner course or college students undergraduate thesis help, for reference purposes only! The program is absolutely right!)
- 2020-11-19 22:39:37下载
- 积分:1
-
Multilevel-median-filter-code
Matlab多级非线性加权平均中值滤波算法代码,能解决一般的问题(Matlab nonlinear weighted average multi-level median filtering algorithm code, can solve the general problem)
- 2011-05-06 17:52:04下载
- 积分: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
-
shadow_code_dup
Matlab code for shadow detection and removal colour image. Matlab code for shadow detection and removal colour image. Matlab code for shadow detection and removal colour image. Matlab code for shadow detection and removal colour image.
- 2016-05-19 12:54:49下载
- 积分:1
-
hafu
哈夫变换提取参数 matlab实现 附带测试图像(Hough transform extracted parameters to achieve incidental test images matlab)
- 2008-01-12 03:01:56下载
- 积分:1
-
jianmo.m
本程序是用matlab写的关于偏微分方程的程序 很好的一个程序!(this program is written in Matlab on partial differential equations procedures a good procedure!)
- 2007-04-19 18:23:18下载
- 积分:1
-
lbp-face-recognition
运用matlab,LBP分割脸部特征,从而达到识别人物面部表情的效果(Use matlab, LBP split facial features, so as to identify the effect of facial expressions)
- 2013-12-09 15:55:34下载
- 积分:1
-
PF_MATLAB_new
一个非常不错的粒子滤波工具箱,基于面向对象的思想,matlab实现,实现非线性滤波,包括SIR,SIS粒子滤波以及相应的GUI实现(an object-oriented MATLAB toolbox for nonlinear filtering. It includes algorithms for SIR and SIS particle filters
)
- 2014-01-13 17:15:12下载
- 积分:1