-
InvertedPendulumControled_State_Space_sfun
Inverted Pendulum Controled_state_sfun
- 2014-08-11 16:32:48下载
- 积分: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
-
chengxu
设计一个数字FIR低通滤波器,其技术指标如下:
Wp=0.2pi Rp=0.25Db
Ws=0.3pi As=50db
试写出MATLAB设计的源程序。(Design a digital FIR low-pass filter, the technical indicators are as follows: Wp = 0.2pi Rp = 0.25Db Ws = 0.3pi As = 50db test designed MATLAB source code to write.)
- 2009-05-01 20:29:24下载
- 积分:1
-
zhil
基于matlab的直流电机pwm调速,通告simulink建立仿真模型进行仿真(Matlab-based DC motor speed control pwm, notices simulink simulation model to simulate the establishment)
- 2011-05-26 21:30:28下载
- 积分:1
-
exa010302
信号分析处理:信号时宽与带宽。此例程为高斯信号及其频谱的分析(Signal analysis and processing: signal width and bandwidth. This routine for the analysis of the Gaussian signal and its spectrum)
- 2012-07-02 23:32:13下载
- 积分:1
-
MATLAB
这是一个瑞丽信道的仿真程序,我试过,能运行,大家多多参考。(This is a Ruili channel simulation program, I tried to run, everyone can reference.)
- 2013-09-26 16:41:33下载
- 积分:1
-
dastel
basic telecommunication, modulation demodulation.
- 2014-01-10 09:56:48下载
- 积分:1
-
FOASVR_Training
果蝇优化算法,主要用于对支持向量机等算法参数的优化(FOA FOASVR_Training)
- 2016-03-25 22:29:09下载
- 积分:1
-
bpsk_mod_dem.tar
bpsk mod and dem using recovery bit
- 2013-05-22 20:57:20下载
- 积分:1
-
time2depthhl
这是一个将时间改换到深度的程序,这是一个matlab程序(this is a program for time to depth)
- 2010-06-12 22:52:50下载
- 积分:1