Class HarmonicSpectrum

java.lang.Object
eu.bandm.sighkn.HarmonicSpectrum

public class HarmonicSpectrum extends Object
  • Field Details

  • Constructor Details

    • HarmonicSpectrum

      public HarmonicSpectrum()
  • Method Details

    • put

      public void put(int component, float weight)
    • getComponents

      public Map<Integer,Float> getComponents()
    • getNyquistFactor

      public int getNyquistFactor()
      Highest partial, i.e. the limit up to which the table may be used without fold-backs, given as a factor to the synthesizing sampling rate.
    • getNormalizedEnergy

      public float getNormalizedEnergy()
    • getFloatRealization

      public float[] getFloatRealization(int points)