Home | History | Annotate | Download | only in audio

Lines Matching full:golden

240     is any block in golden signal that is similar to this block of test signal.
241 If there is such a block in golden signal, then this block of test
278 """Generates a golden pattern of certain frequency.
280 The golden pattern must cover all the possibilities of waveforms in a
281 block. So, we need a golden pattern covering 1 period + 1 block size,
292 @param freq: The frequency of golden pattern.
295 @returns: A 1-D array for golden pattern.
310 Compares test signal with each block of golden signal by correlation
311 index. If there is any block of golden signal that is similar to
314 @param golden_signal: A 1-D array for golden signal.
320 @raises: ValueError: if test signal is longer than golden signal.
324 raise ValueError('Test signal is longer than golden signal')
330 # Cuts one block of golden signal from start index.
352 """Exception when golden signal norm is too small."""
370 @raises: GoldenSignalNormTooSmallError: if golden signal norm is too small