-
main1
sdof vibraion analysis
- 2010-09-17 16:44:15下载
- 积分:1
-
LCMV
阵列信号用LCMV算法得到的波束形成,和图像(With LCMV algorithm are array signal beam-forming, and image
)
- 2012-07-31 12:22:30下载
- 积分:1
-
DEMAnisoEff
能够进行各向异性的差分等效介质(Differential Effective Medium Model)理论,获得各向异性介质的弹性张量(This programme could be used to build anisotropic elastic model by anisotropic Differential Effective Medium Model)
- 2013-09-25 20:21:58下载
- 积分:1
-
cordic_base_j
This code implement a interation in cordic pipelline
- 2014-10-30 01:47:24下载
- 积分:1
-
Matlab
Matlab宝典 由浅入深、循序渐进地介绍了MATLAB7.0的知识体系及操作方法。全书共分14章,内容涵盖了MATLAB7.0概述、基础知识、数值运算、数据分析、符号计算、数据的可视化、M语言程序设计、Simulink仿真系统、句柄图形、GUI、文件输入/输出、编译器和应用程序接口等。( Matlab baodian )
- 2011-10-26 21:59:04下载
- 积分:1
-
MATLAB5.3精彩 编程及高级应用
MATLAB精彩编程及高级应用,适用于进阶编程人员学习参考(Advance Application for MATLAB)
- 2017-07-10 06:22:36下载
- 积分:1
-
matlabfigure
matlab画图的英文说明,有点小用处,没时间翻译,请见谅(how to plot pretty figure in matlab)
- 2013-12-02 10:32:17下载
- 积分:1
-
PSO
PSO算法声纹识别整体程序代码,适合DSP硬件(Voiceprint identification of the overall code)
- 2012-04-15 16:06:04下载
- 积分: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
-
transfer
根据逆透视变换原理从交通图像中提取交通参数,可以根据图像的像素坐标计算实际路面的距离,计算车辆的位移,速度等参数(Extract traffic parameters from the traffic image according to the principle of inverse perspective transformation, the actual road distance can be calculated according to the coordinates of the image pixels, the calculation of the displacement of the vehicle speed and other parameters)
- 2013-05-21 22:21:51下载
- 积分:1