-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
BCKp4
Les méthodes géométriques sont les méthodes les plus répandues en simulation
indoor. On a cité les principales familles de ces méthodes. Il s’avère qu’il n’existe pas de
meilleures méthodes que d autres. En effet, le choix d’une méthode par rapport à une
autre dépend des objectifs principaux qui sont fixés au début du travail. Il est donc
fondamental de faire un compromis entre le nombre de rayons à calculer et la complexité
de calcul.
- 2009-12-07 10:26:43下载
- 积分:1
-
kaerman
用matlab 作卡尔曼滤波实验。讲解的步骤清楚,简单易懂(ka er man lv bo)
- 2015-04-20 20:35:02下载
- 积分:1
-
ArrayExcel
类似于matlab的数组编辑类(原创)及借用BasicExcel类快速读取读入Excel数据(some class for editing array like in matlab,and read and write to excel with BasicExcel class.)
- 2012-02-10 17:08:24下载
- 积分:1
-
lunwen
基于MATLAB的谐波电流检测方法的建模与仿真(MATLAB-based harmonic current detection method of modeling and simulation)
- 2010-05-29 07:53:27下载
- 积分:1
-
UPFC-with-series-and-shunt-FACTS-controllers
UPFC with series and shunt FACTS controllers
- 2014-09-21 04:02:44下载
- 积分:1
-
attitude_estaminate
姿态估计的源码,可以快速算出xyz坐标,数据可以通过matlab等进行二次开发。(Pose estimation of source code, you can quickly calculate the xyz coordinates, matlab and other data can be secondary development.)
- 2014-11-28 17:45:25下载
- 积分:1
-
fftshift_and_triang
用C++实现了MATLAB中fftshift及triang函数功能,代码是实现此二功能的函数(With C++ Achieved in MATLAB function fftshift and triang function code is to achieve a function of these two functions)
- 2008-01-17 13:24:16下载
- 积分:1
-
simgear_2.4.0.orig.tar
SimGear是飞行模拟项目FlightGear的引擎,是一套开源库。(SimGear is FlightGear flight simulator project engine, is a set of open source libraries.)
- 2014-11-15 05:18:32下载
- 积分:1
-
jisuanxiangying
计算三层框架的损伤前后响应的对比,对于结构健康监测比较实用(Three frames before and after damage calculation response contrast, more practical for structural health monitoring)
- 2013-10-26 09:50:55下载
- 积分:1