We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1b375 commit df73b80Copy full SHA for df73b80
ulab_Crunch_Numbers_Fast/benchmark.py
@@ -21,7 +21,7 @@ def normalized_rms_ulab(values):
21
values = values - minbuf
22
samples_sum = ulab.numerical.sum(values * values)
23
return math.sqrt(samples_sum / len(values))
24
-
+
25
# Instead of using sensor data, we generate some data
26
# The amplitude is 5000 so the rms should be around 5000/1.414 = 3536
27
nums_list = [int(8000 + math.sin(i) * 5000) for i in range(100)]
0 commit comments