-
invradonlinear
采用线性插值的反radon变换,按照原理直接编的,要求tau-p域中的p都是从正数开始的(Code in accordance with the principle of direct linear interpolation of the anti-radon transform, the tau-p domain p from positive)
- 2012-04-09 15:16:29下载
- 积分:1
-
svmcwtest1
对瞬时特征提取过程进行了描述,具有一定的参考价值(The instantaneous feature extraction process is described, with some reference value)
- 2011-10-19 16:18:55下载
- 积分:1
-
tensor_toolbox_2.4.tar
this file is contained the tensor toolbox for matlab platform.
- 2011-11-13 01:28:32下载
- 积分:1
-
BOC
BOC调制信号的简介。包括一般BOC信号和AltBOC信号。(About BOC modulation signal. Including general BOC signal and AltBOC signals.)
- 2013-12-15 12:29:26下载
- 积分:1
-
rrb-bankers
Banker Algorithms Implemented in C/C++
- 2013-12-30 20:56:52下载
- 积分:1
-
HighMaPro_matlab_answer
针对《高等应用数学问题的MATLAB 求解》一书的习题解答,包括微积分问题的计算机求解、线性代数问题的计算机求解、积分变换与复变函数问题的计算机求解等内容。(For )
- 2007-09-29 10:49:52下载
- 积分:1
-
walk_body_tracking
视频中运动人捕捉,MATLAB程序,实验视频需要自己录制,程序已验证(walking body)
- 2010-07-21 15:14:19下载
- 积分:1
-
44444
基于Matlab的纠错码性能测试仿真
基于Matlab的纠错码性能测试仿真(Matlab-based simulation of error-correcting code performance testing of error-correcting code based on Matlab Test and Simulation)
- 2010-05-14 16:09:03下载
- 积分: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
-
statcom6
Statcom With PI controller
- 2015-02-19 18:39:05下载
- 积分:1