www.pudn.com > LPCToolbox.rar > GETSTATUSSTR.M


function s = getstatusstr 
global Cs 
 
if Cs.ncoeffs==0, ncstr='??'; else ncstr=num2str(Cs.ncoeffs); end 
 
s=sprintf(..., 
  '#%d: \\bf%s\\rm  \\bullet  Fs = %d kHz  \\bullet  Filter order = %s', ... 
  Cs.sndindex, Cs.sndfilename, Cs.Fs/1000, ncstr);