-
fourier-and-MATLAB
说明: fourier 变换与MATLAB实现 张德丰(fourier transform and MATLAB implementation Zhang Defeng)
- 2011-03-22 18:18:42下载
- 积分:1
-
monte-carlo-simulation-in-matlab
蒙特卡洛的原理,其中讲了一些简单的例子,适合初学者(monte carlo simulation with matlab )
- 2011-09-06 22:02:50下载
- 积分: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
-
MAG2DATA
老外开发的地磁数据处理全套程序,多多指教。(Foreigners developed a full set of geomagnetic data processing procedures exhibitions.)
- 2021-01-19 18:48:42下载
- 积分:1
-
Bernoulli
很好的MATLAB仿真可以包括通信所有方面所以可以看看(good matlab)
- 2009-04-01 20:24:13下载
- 积分:1
-
subtry
分析声音波长频率,通过对声音的分析,以达到识别声音的效果(Analyze sound wavelength frequency, through the analysis of the sound to identify the effect of the sound)
- 2012-11-14 21:56:59下载
- 积分:1
-
ceshi
基于Matlab的CDMA通信系统下行信道的仿真_张兵(CDMA communication system simulation
)
- 2015-04-08 09:12:56下载
- 积分:1
-
cljs
潮流计算 pq 法 详细的程序在里面,,很好用个(FLOW pq yew yes yes yes yes yes)
- 2011-06-19 01:01:48下载
- 积分:1
-
watermark
To reduce the piracy .....here we use a watermark technique...
- 2010-06-09 00:17:26下载
- 积分:1
-
extrace_brodatz
Gabor滤波器的纹理特征提取 具有很不错的性能 比较基础 (Gabor filter texture feature extraction)
- 2012-04-13 16:46:40下载
- 积分:1