Schnittstelle IFingerprintSection

Alle bekannten Implementierungsklassen:
IniFingerprintSection

public interface IFingerprintSection
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int[]
    Getter of divided subband, the value corresponds to the array index generated by the FFT.
    int
    Getter of how many windows are included in one cycle.
    int
    Getter of the window size of the FFT.
    int
    Getter of maximum frequency.
    int
    Getter of minimum frequency.
    int
    Getter of minimum energy.
    int
    Getter of the number of peak points per subband in a cycle.
    int
    Getter of the overlap size of the FFT window.
    int
    Getter of compares with the range of neighbors when taking the peak point.
    float[]
    Getter of the frequency range at which the point pair is taken, in units of frequency.
    float[]
    Getter of time range when the point is taken, in seconds.
    int
    Get INI file version.
    void
    setBand(int[] band)
    Setter of divided subband, the value corresponds to the array index generated by the FFT.
    void
    setC(int c)
    Setter of how many windows are included in one cycle.
    void
    setFftSize(int fftSize)
    Setter of the window size of the FFT.
    void
    setMaxFreq(int maxFreq)
    Setter of maximum frequency.
    void
    setMinFreq(int minFreq)
    Setter of minimum frequency.
    void
    setMinPower(int minPower)
    Setter of minimum energy.
    void
    setNPeaks(int nPeaks)
    Setter of the number of peak points per subband in a cycle.
    void
    setOverlap(int overlap)
    Setter of the overlap size of the FFT window.
    void
    setPeakRange(int peakRange)
    Setter of compares with the range of neighbors when taking the peak point.
    void
    setRangeFreq(float[] rangeFreq)
    Setter of the frequency range at which the point pair is taken, in units of frequency.
    void
    setRangeTime(float[] rangeTime)
    Setter of time range when the point is taken, in seconds.
    void
    setVersion(int version)
    Set configuration version
  • Methodendetails

    • getVersion

      int getVersion()
      Get INI file version.
      Gibt zurück:
      INI file version
    • setVersion

      void setVersion(int version)
      Set configuration version
      Parameter:
      version - configuration version
    • getNPeaks

      int getNPeaks()
      Getter of the number of peak points per subband in a cycle.
      Gibt zurück:
      the number of peak points per subband in a cycle
    • setNPeaks

      void setNPeaks(int nPeaks)
      Setter of the number of peak points per subband in a cycle.
      Parameter:
      nPeaks - the number of peak points per subband in a cycle
    • getFftSize

      int getFftSize()
      Getter of the window size of the FFT.
      Gibt zurück:
      the window size of the FFT
    • setFftSize

      void setFftSize(int fftSize)
      Setter of the window size of the FFT.
      Parameter:
      fftSize - the window size of the FFT
    • getOverlap

      int getOverlap()
      Getter of the overlap size of the FFT window.
      Gibt zurück:
      the overlap size of the FFT window
    • setOverlap

      void setOverlap(int overlap)
      Setter of the overlap size of the FFT window.
      Parameter:
      overlap - the overlap size of the FFT window
    • getC

      int getC()
      Getter of how many windows are included in one cycle.
      Gibt zurück:
      how many windows are included in one cycle
    • setC

      void setC(int c)
      Setter of how many windows are included in one cycle.
      Parameter:
      c - how many windows are included in one cycle
    • getPeakRange

      int getPeakRange()
      Getter of compares with the range of neighbors when taking the peak point.
      Gibt zurück:
      compares with the range of neighbors when taking the peak point
    • setPeakRange

      void setPeakRange(int peakRange)
      Setter of compares with the range of neighbors when taking the peak point.
      Parameter:
      peakRange - compares with the range of neighbors when taking the peak point
    • getRangeTime

      float[] getRangeTime()
      Getter of time range when the point is taken, in seconds.
      Gibt zurück:
      time range when the point is taken, in seconds
    • setRangeTime

      void setRangeTime(float[] rangeTime)
      Setter of time range when the point is taken, in seconds.
      Parameter:
      rangeTime - time range when the point is taken, in seconds
    • getRangeFreq

      float[] getRangeFreq()
      Getter of the frequency range at which the point pair is taken, in units of frequency.
      Gibt zurück:
      the frequency range at which the point pair is taken, in units of frequency
    • setRangeFreq

      void setRangeFreq(float[] rangeFreq)
      Setter of the frequency range at which the point pair is taken, in units of frequency.
      Parameter:
      rangeFreq - the frequency range at which the point pair is taken, in units of frequency
    • getBand

      int[] getBand()
      Getter of divided subband, the value corresponds to the array index generated by the FFT.
      Gibt zurück:
      the divided subband, the value corresponds to the array index generated by the FFT
    • setBand

      void setBand(int[] band)
      Setter of divided subband, the value corresponds to the array index generated by the FFT.
      Parameter:
      band - divided subband, the value corresponds to the array index generated by the FFT
    • getMinFreq

      int getMinFreq()
      Getter of minimum frequency.
      Gibt zurück:
      minimum frequency
    • setMinFreq

      void setMinFreq(int minFreq)
      Setter of minimum frequency.
      Parameter:
      minFreq - minimum frequency
    • getMaxFreq

      int getMaxFreq()
      Getter of maximum frequency.
      Gibt zurück:
      maximum frequency
    • setMaxFreq

      void setMaxFreq(int maxFreq)
      Setter of maximum frequency.
      Parameter:
      maxFreq - maximum frequency
    • getMinPower

      int getMinPower()
      Getter of minimum energy.
      Gibt zurück:
      minimum energy
    • setMinPower

      void setMinPower(int minPower)
      Setter of minimum energy.
      Parameter:
      minPower - minimum energy