-
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
-
VCMATLAB
这里是一些VC与matlab混合编程的最新技术资料。有些是介绍了在VC ++调用Matlab的常用方法及各自特点,还有一些是介绍VC与matlab混合编程的实例。(Here are some VC mixed with matlab programming information on the latest technologies. Some are introduced in VC++ calling Matlab common methods and their own characteristics, and some is to introduce the VC with the matlab programming examples of mixing.)
- 2010-01-24 18:58:50下载
- 积分:1
-
zf
说明: matlab图像增强包括直方均衡,平滑,锐化,具体实现:(MATLAB image enhancement, including histogram equalization, smoothing, sharpening, implementation:)
- 2013-05-20 16:39:17下载
- 积分:1
-
planetrendering
planet rendering program implementation
- 2014-01-23 03:40:25下载
- 积分:1
-
matlabdianjifangzhen
matlab电机仿真精华50部分模型包括第六节同步电机 异步电机和直流电机(matlab motor simulation of the essence 50-part model)
- 2013-05-19 23:05:03下载
- 积分:1
-
correlation
matlab实现互现关运算,并采用雅克比——约当法实现逆矩阵的运算,在matlab下测试通过。(Complete correlation and invmaxwith matlab)
- 2012-02-11 16:20:28下载
- 积分:1
-
OICQ
An example of the German enigma encryption technology COOL
- 2015-02-17 02:07:02下载
- 积分:1
-
MIMO
说明: 详细的讲述了mimo 的原理 应用背景 适用范围
是英文版的(Described in detail the background mimo application of the principle of application is in English)
- 2011-04-06 09:51:52下载
- 积分:1
-
RGBtoHsi
matlab颜色模型转换的代码程序,数字图像处理的matlab程序代码(matlab code color model conversion program, digital image processing matlab code)
- 2015-03-18 14:44:05下载
- 积分:1
-
zfqf1
网上找的,字符分割MATLAB源代码。你懂得字符分割MATLAB源代码。你懂得。。(fsfsdsdfsdsdfsdsdfsd)
- 2010-12-04 17:14:01下载
- 积分:1