Wave Viewer is a Matlab-based analysis tool for speech waveforms.
viewer_end_state = wave_viewer(y, [options])
Wave Viewer takes a signal y and the following optional arguments:
fssampling rate (default: 11025)ms_framespec_gram(default: broadband)ms_framespec_form(default: narrowband)nfftnumber of FFT points/bins (default: 4096)nlpcnumber of LPC coefficients (default: 15)nformantsnumber of formants to track (default: 3)preemphpre-emphasis factor (default: 0.95)pitchlimitslow and high frequency cutoffs for pitch tracking (default: [50 300])ampl_thresh4voicingvoicing threshold (default: 0 (don't apply a voicing threshold))
or a single argument sigproc_params, a parameter struct from the viewer_end_state returned by the function.
Wave Viewer requires a few functions from Matlab's Signal Processing Toolbox (zp2ss and abcdchk).
=======
v1.1
January 2021
UW-Madison Speech Motor Neuroscience Group