loadnist.m
来自「最全的ASR工具集合」· M 代码 · 共 17 行
M
17 行
%==================================================================
% Load a signal with SPHERE header (NIST format) into MATLAB.
%
% The signal can be PCM or ULAW encoded. If the signal is
% compressed by SHORTEN, it will be decompressed. The byte order
% will be properly swapped depending on the current machine.
%
% Usage: Sig = LoadNIST('FName');
%
% Example: Sig = LoadNIST('sa1.wav');
%
% This command loads 'sa1.wav' (from TIMIT) into Sig.
%------------------------------------------------------------------
% Author : Jialong HE
% Date : June 25, 1999
%==================================================================
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?