Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
wavwrite
.wavサウンドファイルに書き込む
呼び出し手順
wavwrite(y, wavfile) wavwrite(y, Fs, wavfile) wavwrite(y, Fs, nbits, wavfile)
引数
- y
実数ベクトルまたは行列,エントリは [-1,1]の範囲. デーはは1チャネル毎に1列に並べられている必要があります. 範囲[-1,+1]を超える大きさは無視されます.
- wavfile
文字列 (拡張子が指定されない場合拡張子.wavが追加されます)
- Fs
整数, サンプリング周波数(単位:Hz). デフォルト値は 22500.
- nbits
ビット長8, 16, 24, 32 ビット. 各サンプルに記録される情報のビット数を示します. 16がデフォルト値です.
説明
.wav
サウンドファイルを保存するためのユーティリティ関数.
wavwrite(y,wavfile)
は文字列wavfileで指定された
サウンドファイルを書き込みます.
wavwrite(y,Fs,wavfile)
は,
データのサンプルレート Fs
を
Hzで指定します.
参照
Report an issue | ||
<< wavread | Sound file handling | Time and Date >> |