Class:            LPCFrame

Environment:      Siren
Superclass:         Siren.MusicEvent
Category:         MusicApps-LPC
Instance variables:   srate npoles rmsO rmsR err coefficients

An LPCFrame represents a single frame of an LPC file.

Instance Variables:
   srate    the sound's sample rate
   npoles    the number of poles
   rmsO    the original RMS
   rmsR    the residual RMS
   err    the error value
   coefficients    the raw reflection coefficients

accessing

coefficients
   

coefficients: aValue
   

err
   

err: aValue
   

npoles
   

npoles: aValue
   

pitch
   

pitch: aValue
   

rmsO
   

rmsO: aValue
   

rmsR
   

rmsR: aValue
   

srate
   

srate: aValue
   

printing

printOn: aStream
   Format and print the receiver on the argument.

MetaClass:         LPCFrame class