Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3311173
  • 博文数量: 754
  • 博客积分: 10132
  • 博客等级: 上将
  • 技术积分: 7780
  • 用 户 组: 普通用户
  • 注册时间: 2008-01-14 23:36
文章分类

全部博文(754)

文章存档

2012年(3)

2011年(39)

2010年(66)

2009年(167)

2008年(479)

我的朋友

分类:

2010-06-05 22:51:41

 AMGAUSS Generate gaussian amplitude modulation.
     Y=AMGAUSS(N,T0,T) generates a gaussian amplitude modulation
     centered on a time T0, and with a spread proportional to T.
     This modulation is scaled such that Y(T0)=1
     and Y(T0+T/2) and Y(T0-T/2) are approximately equal to 0.5 .
 
     N  : number of points. 序列点数
     T0 : time center        (default : N/2).中心坐标
     T  : time spreading        (default : 2*sqrt(N)). 拐点
     Y  : signal.返回信号
 
     Examples:
      z=amgauss(160); plot(z);
      z=amgauss(160,90,40); plot(z);
      z=amgauss(160,180,50); plot(z);
阅读(1496) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~