triangleWave( time, amplitude, waveL, phaseShift)

バージョン 1.0.0.0 (290 Bytes) 作成者: Pontus Fyhr
Generate triangle waves at any time amplitude wavelength and phase shifts
ダウンロード: 141
更新 2017/12/30

ライセンスの表示

A function to generate triangle waves over an array of time samples, used for example in sinusoidal PWM.
Fulfills some additional desireable traits over the original inspiration: mathworks.com/matlabcentral/fileexchange/46987-generation-of-triangle-wave
This allows you to change the amplitude, wavelength and phase shift.

引用

Pontus Fyhr (2024). triangleWave( time, amplitude, waveL, phaseShift) (https://www.mathworks.com/matlabcentral/fileexchange/65559-trianglewave-time-amplitude-wavel-phaseshift), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2015b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersWaveform Generation についてさらに検索
謝辞

ヒントを得たファイル: Generation of triangle wave

コミュニティ

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Spelling and link
Changed the picture.