-
image_change_detecting
图像变化检测算法,由t检验得到差分图像的变化掩膜。左后成功检测到图像中运动的物体。(Image change detection algorithms have been tested by the t change difference image mask. Left a successful campaign to detect objects in images.)
- 2009-04-25 10:04:10下载
- 积分:1
-
suzuki
无线信道小尺度衰落suzuki模型的matlab实现(Wireless channel small-scale fading matlab implementation of the suzuki model)
- 2012-04-10 09:51:32下载
- 积分:1
-
chap6
《滑模变结构控制matlab仿真》第六章( synovial VSC matlab simulation Chapter 6)
- 2015-04-08 10:02:37下载
- 积分:1
-
粒子群优化算法优化连杆
说明: 运用粒子群优化算法进行连杆的优化设计,值得参考学习!(Using particle swarm optimization algorithm to optimize the design of connecting rod is worth learning!)
- 2020-05-12 16:51:51下载
- 积分:1
-
Untitled
对Lena图像128*128,进行QF=50和QF=40的压缩,然后解压缩,并分别计算压缩图像的PSNR,给出图像压缩后的图像(Lena image of 128* 128,QF=50 and 40 compression, then uncompress, and calculate the PSNR compressed image, after image compression)
- 2010-10-13 16:07:36下载
- 积分:1
-
actual-example-of-Matlab
本书为正在使用MATLAB的人士提供了100例精选的各种实例,为大家的学习和深造提供一些思路和帮助(This book is those who are using MATLAB provides various examples selected 100 cases for our study and studies to provide some ideas and help)
- 2011-04-30 16:01:48下载
- 积分: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
-
85375555Tracking
gps信号的跟踪环程序 可以实现最基本的载波环跟踪功能(gps signal tracking loop program can achieve the most basic function of the carrier tracking loop)
- 2010-05-11 16:37:15下载
- 积分:1
-
adaboost
关于ababoost的matlab源代码。(the source code of matlab about adaboost algorithm。)
- 2012-04-24 13:26:28下载
- 积分:1
-
EqChaleurCrankNicholson
Resolution of heat equation using Crank Nicholson method. Implemented in matlab language.
- 2009-05-27 12:33:47下载
- 积分:1