Searched refs:NBSAMPLES (Results 1 – 20 of 20) sorted by relevance
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Window.py | 139 NBSAMPLES=128 141 data1=np.random.randn(NBSAMPLES) 143 data1 = genwelch(NBSAMPLES) 146 data1 = genbartlett(NBSAMPLES) 149 data1 = genhamming(NBSAMPLES) 152 data1 = genhanning(NBSAMPLES) 155 data1 = gennuttall3(NBSAMPLES) 158 data1 = gennuttall4(NBSAMPLES) 161 data1 = gennuttall3a(NBSAMPLES) 164 data1 = gennuttall3b(NBSAMPLES) [all …]
|
D | Support.py | 91 NBSAMPLES=256 92 va = genSamples(NBSAMPLES) 102 NBSAMPLES=256 104 va = genSamples(NBSAMPLES) 117 NBSAMPLES=256 119 va = genSamples(NBSAMPLES) 129 NBSAMPLES=256 131 va = genSamples(NBSAMPLES) 140 NBSAMPLES=256 142 va = genSamples(NBSAMPLES) [all …]
|
D | BasicMaths.py | 38 NBSAMPLES=256 40 data1=np.random.randn(NBSAMPLES) 41 data2=np.random.randn(NBSAMPLES) 144 NBSAMPLES=9 147 NBSAMPLES=17 150 NBSAMPLES=33 154 data1 = np.full(NBSAMPLES, 2**format - 1) 156 data2 = np.full(NBSAMPLES, -2**format) 159 datar=np.random.randn(NBSAMPLES) 225 NBSAMPLES = Tools.loopnb(format,Tools.BODYANDTAIL) [all …]
|
D | Quaternion.py | 25 NBSAMPLES=128 27 a=[Quaternion.random() for x in range(NBSAMPLES)] 28 b=[Quaternion.random() for x in range(NBSAMPLES)] 45 multTest = [a[i] * b[i] for i in range(NBSAMPLES)]
|
D | Example.py | 18 NBSAMPLES=256 21 data1=np.random.randn(NBSAMPLES) 22 data2=np.random.randn(NBSAMPLES)
|
D | Convolutions.py | 24 NBSAMPLES=128 26 inputsA=np.random.randn(NBSAMPLES) 27 inputsB=np.random.randn(NBSAMPLES) 119 inputsA=np.random.randn(NBSAMPLES) 120 inputsB=np.random.randn(NBSAMPLES)
|
D | ComplexMaths.py | 21 NBSAMPLES=256 23 data1=randComplex(NBSAMPLES) 24 data2=randComplex(NBSAMPLES) 25 data3=np.random.randn(NBSAMPLES)
|
D | Stats.py | 453 NBSAMPLES = 300 454 data1=np.random.randn(NBSAMPLES) 455 data2=np.random.randn(NBSAMPLES) 488 NBSAMPLES = 300 490 data1=np.random.randn(NBSAMPLES) 493 data2=np.random.randn(NBSAMPLES) 518 NBSAMPLES = 300 519 data1=np.random.randn(NBSAMPLES) 533 nbsamples.append(NBSAMPLES) 550 NBSAMPLES = 256 [all …]
|
D | Interpolate.py | 16 NBSAMPLES=40 18 x = np.linspace(0, NBSAMPLES, num=NBSAMPLES+1, endpoint=True) 19 y = np.cos(-x**2/(NBSAMPLES - 1))
|
D | Distance.py | 222 NBSAMPLES=256 224 va = np.random.randn(NBSAMPLES) 225 vb = np.random.randn(NBSAMPLES) 243 NBSAMPLES=256*32 244 va = np.random.choice([0,1],NBSAMPLES) 245 vb = np.random.choice([0,1],NBSAMPLES)
|
D | Controller.py | 13 NBSAMPLES=256 15 samples=np.random.randn(NBSAMPLES)
|
D | FIR.py | 18 NBSAMPLES=256 21 samples=np.random.randn(NBSAMPLES) 22 refs=np.random.randn(NBSAMPLES)
|
D | MFCC.py | 201 NBSAMPLES=[256,512,1024] 203 NBSAMPLES=[256] 214 for nb in NBSAMPLES:
|
D | FastMath.py | 31 NBSAMPLES=256 variable 134 samples=np.random.randn(NBSAMPLES) 293 samples=np.random.randn(NBSAMPLES)
|
D | BIQUAD.py | 19 NBSAMPLES=512 # 512 for stereo 22 samples=np.random.randn(NBSAMPLES)
|
D | Decimate.py | 26 NBSAMPLES=256 29 samples=np.random.randn(NBSAMPLES)
|
D | Matrix.py | 690 NBSAMPLES=NBA*NBB 693 data1=np.random.randn(NBSAMPLES) 698 data1C=randComplex(NBSAMPLES) 703 data2=np.random.randn(NBSAMPLES)
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp2.py | 309 NBSAMPLES=10 variable 314 su32A=genBitvectors(NBSAMPLES,31) 315 su32B=genBitvectors(NBSAMPLES,31) 316 ffff = (np.ones(NBSAMPLES)*(-1)).astype(int) 340 su16A=genBitvectors(NBSAMPLES,15) 341 su16B=genBitvectors(NBSAMPLES,15) 343 ffff = (np.ones(NBSAMPLES)*(-1)).astype(int) 368 su8A=genBitvectors(NBSAMPLES,7) 369 su8B=genBitvectors(NBSAMPLES,7) 392 NBSAMPLES=3 variable [all …]
|
D | example_1_6.py | 11 NBSAMPLES=256 variable 13 data1=np.random.randn(NBSAMPLES)
|
D | example_1_4.py | 63 NBSAMPLES = 50 variable 69 a=np.random.randn(NBSAMPLES) 72 b=np.random.randn(NBSAMPLES)
|