Searched defs:hamming (Results 1 – 6 of 6) sorted by relevance
431 def hamming(M: int, function
257 double hamming = 0.54 - 0.46 * Math.cos(2 * Math.PI * i / (n - 1)); in goertzel() local
84 pub fn hamming(a: &str, b: &str) -> HammingResult { in hamming() function
1416 int loops, hamming, change=1; in compute_trans_from_raw() local
1814 def hamming(M): function