📄 loadnist.m
字号:
%==================================================================
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -