Home
last modified time | relevance | path

Searched refs:second (Results 1 – 8 of 8) sorted by relevance

/cmsis-dsp-latest/dsppp/
Dallocator.cpp31 std::cout << "ALLOC_POOL(" << v.first << "," << v.second << "); \r\n"; in print_map()
32 total_static += v.first * v.second; in print_map()
60 std::cout << std::dec << -v.first << " : " << v.second << "\r\n"; in print_map()
61 total_dynamic += (-v.first) * v.second; in print_map()
78 v.second = 0; in reset_current_stats()
88 if (v.second > 0) in check_current_stats()
92 … std::cout << "Error memory pool " << v.first << " not empty = " << v.second << "\r\n"; in check_current_stats()
96 … std::cout << "Error dynamic alloc " << -v.first << " not empty = " << v.second << "\r\n"; in check_current_stats()
/cmsis-dsp-latest/Testing/
DaddToRegDB.py57 def diff(first, second): argument
58 second = set(second)
59 return [item for item in first if item not in second]
DaddToDB.py55 def diff(first, second): argument
56 second = set(second)
57 return [item for item in first if item not in second]
DextractDb.py235 def diff(first, second): argument
236 second = set(second)
237 return [item for item in first if item not in second]
/cmsis-dsp-latest/PythonWrapper/docs/source/
Dmfcc.rst19 The second argument is the position of the first coefficient of the filter in the list of coefficie…
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dmatrix.md54 To set the second row to `0.0f`, you can do:
68 The second argument `1` is where is the row we start the view : element `1`.
/cmsis-dsp-latest/Documentation/Doxygen/style_template/
Dextra_tabs.css2 /* in Doxygen 1.9.2 'tabs' is assigned to second navigation row (navrow1) with
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb174 …"The final feature is the zcr computed on a segment of 1 second and filtered. We are using a slidi…
188 " # The speech pattern is padded to ensure it has a duration of 1 second\n",
1645 "* A FIR node which is filtering all the features for one second of signal\n",
1650 …"* After each recognition attempt on a segment of 1 second, we want to slide the recognition windo…
1777 " FEATURE_LENGTH=98 # for one second\n",
1778 " FEATURE_OVERLAP = 49 # We slide feature by 0.5 second\n",
2022 …re printed `Yes` than `Yes` in the pattern because we are sliding by 0.5 second between each recog…