-
AHP
重心法和模糊层次分析法的配送中心选址方法的结合(Center of gravity method and the combination of fuzzy AHP method of distribution center location)
- 2010-05-21 23:00:50下载
- 积分:1
-
NLMS
自适应滤波中的一个比较有名的方法,为学习者提高编程能力!(matlab adaptive filter!)
- 2021-03-18 13:39:20下载
- 积分:1
-
tongtaifilter
一种对于图像的同态滤波算法,显示滤波前后的图像效果(For the homomorphic image of a filtering algorithm to show the images before and after the effect of filtering)
- 2009-11-17 16:09:53下载
- 积分:1
-
Nakagami_simulation
采用一种新的方法仿真Nakagami模型(Nakagami model using a new method of simulation)
- 2012-05-28 23:25:43下载
- 积分: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
-
hfjh
摄影测量中求的相片的6个外方位元素是所用的后方交会程序(Resection)
- 2010-05-12 14:30:41下载
- 积分:1
-
MATLABandVandVCinterface
10篇优秀的matlab与VB和VC接口的技术文献,对联合编程具有一定的指导和参考价值(10 outstanding Matlab and VB and VC interface technical literature Joint programming for a certain guidance and reference value)
- 2007-01-18 15:14:57下载
- 积分:1
-
PCM_TDM
It simulates the 2 codes both PCM and TDM, taking 3 voice signals as inputs and a multiplexing signal of them as an output graphic
- 2011-05-30 14:38:06下载
- 积分:1
-
OFDM_MODU
OFDN调制的Matlab实现,根据802.11协议的OFDM特性编写(Matlab OFDN modulation, according to the properties of OFDM 802.11 protocol)
- 2014-09-29 16:42:26下载
- 积分:1
-
shuchuquxian
这是一个输出函数曲线的演示程序,学习matlab的可参考(This is an output function curve of the demo application, learning matlab can be reference)
- 2013-05-22 17:31:29下载
- 积分:1