Home
last modified time | relevance | path

Searched refs:NBSAMPLES (Results 1 – 20 of 20) sorted by relevance

/cmsis-dsp-latest/Testing/PatternGeneration/
DWindow.py139 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 …]
DSupport.py91 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 …]
DBasicMaths.py38 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 …]
DQuaternion.py25 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)]
DExample.py18 NBSAMPLES=256
21 data1=np.random.randn(NBSAMPLES)
22 data2=np.random.randn(NBSAMPLES)
DConvolutions.py24 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)
DComplexMaths.py21 NBSAMPLES=256
23 data1=randComplex(NBSAMPLES)
24 data2=randComplex(NBSAMPLES)
25 data3=np.random.randn(NBSAMPLES)
DStats.py453 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 …]
DInterpolate.py16 NBSAMPLES=40
18 x = np.linspace(0, NBSAMPLES, num=NBSAMPLES+1, endpoint=True)
19 y = np.cos(-x**2/(NBSAMPLES - 1))
DDistance.py222 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)
DController.py13 NBSAMPLES=256
15 samples=np.random.randn(NBSAMPLES)
DFIR.py18 NBSAMPLES=256
21 samples=np.random.randn(NBSAMPLES)
22 refs=np.random.randn(NBSAMPLES)
DMFCC.py201 NBSAMPLES=[256,512,1024]
203 NBSAMPLES=[256]
214 for nb in NBSAMPLES:
DFastMath.py31 NBSAMPLES=256 variable
134 samples=np.random.randn(NBSAMPLES)
293 samples=np.random.randn(NBSAMPLES)
DBIQUAD.py19 NBSAMPLES=512 # 512 for stereo
22 samples=np.random.randn(NBSAMPLES)
DDecimate.py26 NBSAMPLES=256
29 samples=np.random.randn(NBSAMPLES)
DMatrix.py690 NBSAMPLES=NBA*NBB
693 data1=np.random.randn(NBSAMPLES)
698 data1C=randComplex(NBSAMPLES)
703 data2=np.random.randn(NBSAMPLES)
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp2.py309 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 …]
Dexample_1_6.py11 NBSAMPLES=256 variable
13 data1=np.random.randn(NBSAMPLES)
Dexample_1_4.py63 NBSAMPLES = 50 variable
69 a=np.random.randn(NBSAMPLES)
72 b=np.random.randn(NBSAMPLES)