-
RS_BCH
bch 编码的matlab源程序 可以参考 (BCH coding matlab source code can refer to)
- 2007-10-25 11:17:37下载
- 积分:1
-
spra143
good book for matlab
- 2009-12-29 13:48:31下载
- 积分:1
-
MATLABfunction-reference-book
matlab常用函数,包含了大多数常用代码,可按需求查阅(Matlab commonly used functions, including the most commonly used code, can according to need to refer to)
- 2013-02-03 22:08:29下载
- 积分:1
-
fspmmotor_SVPWM_01
说明: 永磁直线电机的电压空间矢量PWM调制算法,其中直线电机模型是自己编写的。(Permanent magnet linear motor voltage space vector PWM modulation algorithms, which his linear motor model is written.)
- 2011-04-01 15:51:11下载
- 积分:1
-
dt2
自己编写的一个有关曲线追踪算法的程序,输入变量为离散点阵,输出为追踪趋势点。(I have written a program on curve tracing algorithm, the input variable for the discrete lattice, the output point for tracking trends.)
- 2011-05-10 15:05:17下载
- 积分:1
-
kalmanfilter
采用MATLAB实现的kalman滤波程序,有比较详细的例子和算法说明(Kalman filtering using MATLAB implementation procedures, more detailed description of examples and algorithms)
- 2009-12-07 00:13:26下载
- 积分:1
-
VQ
说明: this function perform vector quantization on the image by using matlab program ..
- 2011-07-14 21:19:49下载
- 积分: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
-
tcl-files
TCL Files to compare AODV,DSR and AntHocNet
- 2015-03-31 14:12:17下载
- 积分:1
-
snake
snake function used to determine edge in medical images
- 2010-06-03 20:09:25下载
- 积分:1