-
signer
基带信号的码型程序实现,介绍了常用的基带信号的MATLAB实现以及MATLAB码型变换(Baseband signal pattern program to achieve)
- 2013-04-21 09:36:05下载
- 积分:1
-
chazhi_GUI
MATLAB实现不同插值方法的GUI界面设计 源程序代码
- 2014-11-18 19:08:03下载
- 积分:1
-
lpc
说明: lpc在matlab下的实现,是比较值得借鉴的论文资料(lpc under the matlab implementation of the paper is more information worth learning)
- 2011-04-18 14:46:32下载
- 积分:1
-
Singer
何友《雷达数据处理及应用》之Singer模型雷达目标跟踪(Singer model of how Friends of the radar data processing and application of " radar target tracking)
- 2020-07-26 22:18:40下载
- 积分:1
-
PCA
利用matlab实现主成分分析!结构清晰!pca based on matlab(pca based on matlab)
- 2009-09-06 04:09:44下载
- 积分:1
-
MATLAB
说明: matlab 入门的必备图书 对于初学这是十分好的教材(matlab essential book entry is very good for teaching beginners)
- 2011-02-25 18:03:02下载
- 积分:1
-
Generator
Cluster generator。
By using this application it is possible to generate the well-known atomic clusters like Mackay-Icosahedron, Marks- and Ino-decahedrons and also fcc- and bcc-clusters.(Cluster generator。)
- 2012-04-27 13:52:12下载
- 积分:1
-
matlab-code
this archive contain 5 program in matlab
bisection method
false position method
newton method
lagrange interpolation
a program to draw fourier series
- 2011-07-22 16:23:51下载
- 积分: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
-
Motor_pi
Scalar control of induction motor
- 2015-01-18 20:33:07下载
- 积分:1