-
matlab_code
基础教学,代码示例,适用于泛泛学习,
基本可以满足初学者的要求,很经典的例子(basic teaching for matlab,examples)
- 2009-03-19 10:08:37下载
- 积分:1
-
jiucuoxinneng
MIMO系统各态历经信道容量的分析与仿真(Ergodic MIMO system channel capacity analysis and simulation)
- 2010-05-13 20:18:45下载
- 积分:1
-
matlab
this code is finite diffrence method
- 2011-06-23 18:03:07下载
- 积分:1
-
Untitled2
Fuzzy logic system control parking vehicle
- 2011-10-06 04:07:36下载
- 积分: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
-
How-to-remove-numbers-from-a-text-file-in-Matlab
The Program helps to remove numbers at the beginning of a Matlab script. It is very useful when one has copied a code from a text into Matlab environment and eager to tun it immediately.
- 2013-04-18 16:52:28下载
- 积分:1
-
matlab-pid2
a PID controller in matlab
- 2010-06-09 17:50:25下载
- 积分:1
-
matlab
这是一个MATLAB课件 是MATLAB在电路分析中的应用(This is a MATLAB software is MATLAB in circuit analysis)
- 2008-06-04 13:36:51下载
- 积分:1
-
wuyuanshujizhi
说明: 无约束极值问题
无约束极值问题的matlab求解源程序,欢迎各位下载。(Unconstrained optimization problem unconstrained extremum problem solving matlab source code, to welcome you to download.)
- 2011-04-12 19:25:48下载
- 积分:1
-
matlablogo
matlab图表,matlab代码源码,是matlab自带的code(matlab logo code)
- 2011-12-23 17:41:02下载
- 积分:1