-
SERVO_CONTROL
Motor control source
- 2011-08-07 22:47:40下载
- 积分:1
-
mtf
用MATLAB画光学系统的光学传递函数MTF程序的代码(Transfer function of the program code using MATLAB painting optical optical system)
- 2014-03-11 19:05:47下载
- 积分:1
-
CSALSA_v2
增广拉格朗日算法。目标函数的最优化求解,常用于逆问题的求解,是典型的L1范数算法。(Augmented Lagrangian algorithm. Solving optimization objective function, commonly used in inverse problem solving, is typical of L1-norm algorithm.)
- 2016-02-23 09:00:28下载
- 积分:1
-
TWODDCTcofiicients
2d dct cofficient computation programs..
- 2010-07-26 01:14:10下载
- 积分:1
-
G729
英文文献,主要内容为G.729标准,语音信号的一种传输协议。(English literature, mainly for the G.729 standard voice signal of a transport protocol.)
- 2009-12-14 20:25:50下载
- 积分:1
-
Routh
routh hurtwitz criterion
- 2011-05-05 02:40:57下载
- 积分: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
-
matlab_intro
boundary scan tutorial matlab
- 2010-12-25 13:55:15下载
- 积分:1
-
MATLAB_FFT
基于matlab的FFT算法运用;64点和128点的FFT的幅度谱(64-point and 128-point FFT amplitude spectrum use matlab FFT algorithm )
- 2013-01-14 00:28:25下载
- 积分:1
-
rake
用matlab实现了CDMA系统的RAke接收机,比较最大比合并,等增益合并和选择式合并接收机的性能(Using matlab to achieve a CDMA system RAke receiver, compare maximal ratio combining, equal gain combining and selective merge receiver performance)
- 2013-09-03 22:08:21下载
- 积分:1