-
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
-
PWM
双闭环可逆直流调速(H桥) 波形很稳定 适合用于学习(Reversible double-loop DC speed (H-bridge) is very stable waveform suitable for learning)
- 2021-01-27 17:38:36下载
- 积分:1
-
mean
matlab programme to find mean value
- 2010-01-04 13:05:26下载
- 积分:1
-
programs
this file contains all of Model predictive control programs in Matlab
- 2013-07-26 16:14:24下载
- 积分:1
-
para
船舶参数横摇,参数横摇的3自由度模型,包括垂荡和纵摇作用(Parametric Rolling of ships, the 3 degree of freedom model of parametric rolling, including heave and pitch function
)
- 2020-09-02 16:38:08下载
- 积分:1
-
OFDM_synchronous-
说明: 讲解OFDM无线系统同步方案。提出了两种同步方案。(Master s thesis about
The methods of OFDM synchronization )
- 2011-02-17 22:40:12下载
- 积分:1
-
xianxingpinghua
用MATLAB实现领域平均法抑制噪声程序,可以达到较好的去噪效果(MATLAB areas with average method to achieve noise suppression program, you can achieve better denoising effect)
- 2014-09-25 23:27:05下载
- 积分:1
-
PSO-tools-2011
PSO 仿真软件包, 设计各种粒子群算法,最优化算法。(Particle ,Filtering,simulator)
- 2014-10-15 07:37:17下载
- 积分:1
-
ID3-face
MATLAB编写的基于决策树的ID3算法实现,模式识别,人脸识别。压缩包中包含两个源文件和测试图片,ID3源文件为主代码,fi为求熵函数。(MATLAB prepared based on the ID3 decision tree algorithm, pattern recognition, face recognition. Compressed package contains two source files and test images, ID3-based source code files, fi for the sake of entropy.)
- 2013-12-10 11:36:41下载
- 积分:1
-
bizhifa
基于多频(三频)的离散频谱校正,应用比值法,加矩形窗和汉宁窗。(Discrete spectrum correction based on the multi-frequency (C-band), the application of the ratio method, plus a rectangular window and Hanning window.)
- 2012-10-23 21:44:54下载
- 积分:1