modulateSignal(x,xn​odes,envFun,coeff,v​arargin)

modulateSignal provides a sinusoidal signal modulated by a generic piecewise or continuous function

이 제출물을 팔로우합니다

modulateSignal provides a sinusoidal signal modulated by a generic piecewise or continuous
envelope function assigned by the user. The frequency and the phase on the signal can also be assigned.
The main advantage is to create a signal inside a general envelope function without using any toolbox.
Furthermore, such a function can be seen as the opposite of the envelope function.
Exponential, harmonic and polynomial functions are supported to create envelope functions.
The signal produced will have zero mean. See the help for a more detailed description.

인용 양식

Ennio Condoleo (2026). modulateSignal(x,xnodes,envFun,coeff,varargin) (https://kr.mathworks.com/matlabcentral/fileexchange/63775-modulatesignal-x-xnodes-envfun-coeff-varargin), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.2.0.0

Help improved.

1.1.0.0

"contains" command replaced by "~isempty(strfind(...))" in order to make the code working on versions older than r2017a.

1.0.0.0