-
desestimator
code for de estimator....
- 2010-08-31 11:24:03下载
- 积分:1
-
1111111
说明: 用matlab编的求模糊关系中的隶属度,并且绘制出图形。(Series with matlab seeking membership of fuzzy relations, and draw graphics.)
- 2010-04-15 11:07:19下载
- 积分: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
-
StandEx
说明: 这是书上的代码,C/C++中调用Matlab C Math Library的实现,供大家参考(This is the code book, C/C++ In Matlab C Math Library calls to achieve for your reference)
- 2008-11-25 17:32:44下载
- 积分:1
-
25880982m_sequence_3
伪随机码或称PN码,是扩频通信中不可缺少的一种序列。扩频通信,简单的说来就是通过一组相关性很强的伪随机序列,使原有的信号按照伪随机序列的特性出现。(Said pseudo-random code or PN code, spread spectrum communication is an indispensable sequence. Spectrum, simple to say is highly relevant by a group of pseudo-random sequence, so that the original signal in accordance with the characteristics of pseudo-random sequence appears.)
- 2011-05-28 17:13:32下载
- 积分:1
-
Pattern-Recognition
清华模式识别张学工,第一次作业,基于身高体重数据进行性别分类(Pattern recognition, based on height and weight data for gender classification)
- 2013-10-21 21:36:35下载
- 积分:1
-
KummerComplex
kummer 复函数实现合流超几何函数的matlab程序(kummer complex)
- 2013-12-05 10:24:18下载
- 积分:1
-
somm
code source on matlab for som
- 2009-07-17 05:45:44下载
- 积分:1
-
MIP_TSP
说明: 利用lindoapi借口在matlab中调用lindoapi中的函数,构造混合整数规模模型,求解小规模TSP问题的最优解(lindoapi excuse the use of Matlab lindoapi call the function, Mixed Integer scale tectonic model for small-scale TSP Optimal Solutions)
- 2006-05-06 23:52:16下载
- 积分:1
-
robust-control
The file is about robust control systems design
- 2012-12-28 16:42:41下载
- 积分:1