Searched refs:taps (Results 1 – 5 of 5) sorted by relevance
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | FIR.py | 23 taps=np.random.randn(NUMTAPS) 27 taps = Tools.normalize(taps) 33 config.writeInput(1, taps,"Coefs") 59 taps = [1, 2, 3, 4, 5, 6, 7, 8, 11, 16, 23, 25] 62 taps = [2, 3, 4, 5, 6, 7, 8, 11, 25] 65 taps = [1, 2, 3, 4, 5, 6, 7, 8, 11, 25] 67 configs = cartesian(blk,taps)
|
D | Decimate.py | 30 taps=np.random.randn(NUMTAPS) 33 taps =Tools.normalize(taps) 37 config.writeInput(1, taps,"Coefs")
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp.py | 134 taps=np.array([1,2,3])/10.0 variable 136 tapsQ31=toQ31(taps)
|
/cmsis-dsp-latest/Testing/ |
D | bench.txt | 462 Names "Number of taps","Number of samples" 493 Names "Number of taps","Number of samples" 524 Names "Number of taps","Number of samples" 555 Names "Number of taps","Number of samples" 702 Names "Number of taps","Number of samples","Decimation or Interpolation factor" 728 Names "Number of taps","Number of samples","Decimation or Interpolation factor" 754 Names "Number of taps","Number of samples","Decimation or Interpolation factor"
|
D | bench_f16.txt | 141 Names "Number of taps","Number of samples"
|