public class IFFTFingerprint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
energy |
float |
f1 |
int |
f1InCents |
float |
f2 |
int |
f2InCents |
float |
f3 |
int |
f3InCents |
int |
t1 |
int |
t1InMilliSeconds |
int |
t2 |
int |
t2InMilliSeconds |
int |
t3 |
int |
t3InMilliSeconds |
Constructor and Description |
---|
IFFTFingerprint(IFFTEventPoint l1,
IFFTEventPoint l2,
IFFTEventPoint l3) |
IFFTFingerprint(int t1,
float f1,
int t2,
float f2,
int t3,
float f3) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hash()
Calculate a hash representing this fingerprint.
|
int |
hashCode() |
float |
ratio() |
static int[] |
reverseHash(int hash) |
int |
timeDelta()
The time delta between the first and last event.
|
java.lang.String |
toString() |
public final int t1
public final int t1InMilliSeconds
public final float f1
public final int f1InCents
public final int t2
public final int t2InMilliSeconds
public final float f2
public final int f2InCents
public final int t3
public final int t3InMilliSeconds
public final float f3
public final int f3InCents
public double energy
public IFFTFingerprint(int t1, float f1, int t2, float f2, int t3, float f3)
public IFFTFingerprint(IFFTEventPoint l1, IFFTEventPoint l2, IFFTEventPoint l3)
public int hash()
public float ratio()
public static int[] reverseHash(int hash)
hash
- the hash to reversepublic java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int timeDelta()