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

版本 1.2.0.0 (17.8 KB) 作者: Ennio Condoleo
modulateSignal provides a sinusoidal signal modulated by a generic piecewise or continuous function
38.0 次下载
更新时间 2017/7/27

查看许可证

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 (2024). modulateSignal(x,xnodes,envFun,coeff,varargin) (https://www.mathworks.com/matlabcentral/fileexchange/63775-modulatesignal-x-xnodes-envfun-coeff-varargin), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Modulation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
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