load_sound.m
来自「signal procesing toolbox」· M 代码 · 共 13 行
M
13 行
function [x,fs] = load_sound(name, n0, options)
% load_sound - load a sound from a file.
%
% [x,fs] = load_sound(name, n0, options);
%
% Load from a .wav (windows), .au (mac) or .asc (Wavelab)
% sound file.
%
% Some cool built in examples include
% spectrogram.wav, tiger.au, bell.wav
%
% Copyright (c) 2006 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?