|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.helsinki.cs.ohtu.mpeg2.audio.mpa.DummyPAModel
public class DummyPAModel
A dummy psychoacoustic model.
Field Summary | |
---|---|
int |
SBLIMIT
|
Constructor Summary | |
---|---|
DummyPAModel()
|
Method Summary | |
---|---|
double[] |
computeSMRs(double[] samples,
int[][] scF)
Compute the Signal-to-Mask Ratios for the sub-bands of the input PCM audio frame. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int SBLIMIT
Constructor Detail |
---|
public DummyPAModel()
Method Detail |
---|
public double[] computeSMRs(double[] samples, int[][] scF)
PsychoacousticModel
computeSMRs
in interface PsychoacousticModel
scF
- The scalefactors for each subband (dimensions [SBLIMIT][3]).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |