-
rle
MATLAB program which enables us to do encoding techniques.
- 2012-06-28 19:03:24下载
- 积分:1
-
sourcecodes
i send the matlab codes for embedded zero tree and se partioning in hierarchial trees in image compression.I also send matlab code for speech compression using rabiner algorithm amd OFDM transceiver design.
- 2011-09-30 16:18:45下载
- 积分:1
-
BFT
BFT,正交傅里叶变换,用于检测线性调频斜率的方法。仿真与论文结果一致。(BFT, orthogonal Fourier transform for detecting the slope of the linear frequency modulation method. Simulation results are consistent with the thesis.)
- 2013-08-23 13:50:20下载
- 积分:1
-
matlab-function-sorting
matlab函数分类整理,放在手边很有用,适合初学入门者收藏使用。(matlab function sorting, handy very useful for beginners beginner collection use.)
- 2013-08-27 22:31:27下载
- 积分:1
-
tsc123
关于TSC的投切的仿真,实现了对无功检测,投切控制采用无功需要多少补多少的策略。(this simulink about TSC)
- 2011-12-14 10:40:12下载
- 积分:1
-
plotp
plotting planes for matlab
- 2009-11-01 09:13:36下载
- 积分:1
-
ica2
肌电信号经过去均值化白化后运用fastica变换后实现盲信号分离(EMG after to the mean of albino using fastica transform blind signal separation)
- 2012-06-16 23:16:15下载
- 积分:1
-
sldemo_absbrake
单轮abs仿真 对比有无abs仿真效果 车轮转速 车身转速 滑移率(The single-wheel abs simulation comparison with or without simulation of the effect of abs wheel speed body speed slip ratio)
- 2012-06-29 15:46:05下载
- 积分:1
-
llc
Design for LLC by matlab
- 2014-08-08 10:56:23下载
- 积分: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