-
motionEstDS
Code for motion estimation using the DS (diamond search) algorithm.
- 2009-11-02 06:41:02下载
- 积分: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
-
morphological-image-processing
形态学图像处理,利用Matlab针对图像的相互变化(On Matlab morphological image processing
)
- 2013-04-12 21:02:33下载
- 积分:1
-
chxu
本程序用于测量增强语音与纯净语音的对数谱距离,用于语音增强。对数谱距离越小,表明增强语音与纯净语音越接近,增强语音质量越好;反之,则增强语音质量越差。(Calculates the average log-spectral distance between CLEAN and NOISY
signals. Frames are 25ms long with 60 percent (15ms) overlap, hamming
windowed. RS is the remove silence option (default: 0) if 1, the program
uses a Voice Activity Detector to find non-speech frames and eliminates
them from calculation of LSD. FS is the sampling frequency (Default
10KHz). )
- 2020-10-08 17:27:36下载
- 积分:1
-
nonlinear-alignment-method
捷联惯导四元数误差模型,采用ukf作为滤波方法。(nonlinear alignment method for sins)
- 2011-09-11 23:43:59下载
- 积分:1
-
r-20
research paper for m.tech students for project work
- 2013-03-03 12:30:56下载
- 积分:1
-
ListenAndTell
Simple Math games foe blinds peoples
- 2015-02-26 03:21:45下载
- 积分:1
-
EQU_SOLVE
完整的以最速下降法,牛顿迭代法,二分法求解非线性方程的Matlab程序源代码,含GUI界面,简洁明了,可对每种算法绘制收敛曲线,计算求解精度。(the completely matlab source code for equation solving by adapting steepest descent method,newton method, binary divided method,graphics user interface applied,simply and explicit, congevence curve s painted,and the precision is computed.)
- 2011-12-30 23:02:23下载
- 积分:1
-
SER_QPSK
we can obtain the symbol error rate of space time block code using the modulation technique of Quadrature-Phase shift keying
- 2010-01-19 13:40:28下载
- 积分:1
-
MATLAB_chinese
A MATLAB textbook. A good eBook for MATLAB user
- 2010-12-21 15:15:35下载
- 积分:1