-
SIMULINK
Tools,tutorials, and exaples for using matlab simulink
- 2010-11-30 05:16:14下载
- 积分:1
-
pocket_crf_0.47.tar
Pocket CRF is a toolbox for Conditional Random Fields
- 2011-01-05 22:02:25下载
- 积分: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
-
ycsf
遗传算法matlab程序,适合初学者,请大家指教(Genetic algorithm matlab program, please advise)
- 2014-01-16 20:03:56下载
- 积分:1
-
nn_classifier
最近邻方法实现印刷体数字识别,及相关数据转换程序(Nearest neighbor method to achieve printed numeral recognition, and related data conversion process)
- 2011-05-17 11:05:49下载
- 积分:1
-
power_mosconv
MOSFET in Zero-Current-Quasi-Resonant Converter 在simulink中仿真mosfet的模型程序。(MOSFET in Zero-Current-Quasi-Resonant Converter in simulink simulation model MOSFET process.)
- 2007-10-19 13:33:19下载
- 积分:1
-
chengxu
基于MATLAB的频域直接法设计IIR滤波器程序(MATLAB-based direct method of frequency domain IIR filter design procedure)
- 2009-05-14 18:56:14下载
- 积分:1
-
jisuanjizuchnegyuanli
能够实现定点小数的机器数表示、定点小数的变形补码加减运算、定点小数的原码一位乘法运算和浮点数的加减运算。(Able to achieve fixed-point decimal number of machines that the deformation of complement fixed-point decimal addition and subtraction operations, the original code a fixed-point decimal multiplication and floating-point operations of addition and subtraction.)
- 2010-02-07 13:24:45下载
- 积分:1
-
shannocode
用C语言或者Matlab编写香农编码的程序(Written with C language or Matlab coding procedures Shannon)
- 2010-05-28 22:06:08下载
- 积分:1
-
Proficient-in-Matlab-guidance-
精通Matlab综合辅导与指南的源程序代码(Proficient in Matlab comprehensive counseling and guidance source code)
- 2012-05-24 09:26:13下载
- 积分:1