• 大小: 3KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 语言: Matlab
  • 标签: 高斯  

资源简介

高斯脉冲信号产生是接收机处理需叠加的一类重要信号,对脉冲信号而言需叠加高斯脉冲信号

资源截图

代码片段和文件信息

function [ycysye] = gauspuls(tfcbwbwrtpr)
%GAUSPULS Gaussian-modulated sinusoidal pulse generator.
%   YI=GAUSPULS(TFCBW) returns samples of the unity-amplitude
%   Gaussian RF pulse with center frequency FC (Hertz) and
%   fractional bandwidth BW at the times indicated in array T.
%   Note that BW must be > 0.  By default FC=1000 Hz and BW=0.5.
%
%   YI=GAUSPULS(TFCBWBWR) specifies the optional fractional
%   bandwidth reference level BWR.  The pulse bandwidth is
%   100*BW percent as measured at a level of BWR dB with respect
%   to the normalized signal peak.  By default BWR=-6 dB.  Note that
%   BWR must be < 0 as it must always indicate a reference level less
%   than the peak (unity) envelope amplitude.
%
%   [YIYQ]=GAUSPULS(...) returns both the in-phase and quadrat

评论

共有 条评论