/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | resize.js | 33 if (window.chrome) { 56 if (window.chrome) { 68 var windowWidth = $(window).width() + "px"; 79 var windowWidth = $(window).width() + "px"; 91 var windowHeight = $(window).height(); 118 newWidth = (width>250 && width<$(window).width()) ? width : 250; 132 $(window).resize(function() { resizeHeight(); }); 146 if (i>=0) window.location.hash=url.substr(i); 153 $(window).on('load',resizeHeight);
|
D | darkmode_toggle.js | 42 window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => { 77 var menuStyle = window.getComputedStyle(mainMenu); 113 $(window).resize(function(){ 157 return window.matchMedia('(prefers-color-scheme: dark)').matches 161 … if (window.chrome) { // Chrome supports localStorage in combination with file:// but not cookies 169 if (window.chrome) { 185 … if (window.chrome) { // Chrome supports localStorage in combination with file:// but not cookies 193 if (window.chrome) {
|
D | navtree.js | 67 … return 'localStorage' in window && window['localStorage'] !== null && window.localStorage.getItem; 77 window.localStorage.setItem('navpath',link); 84 window.localStorage.setItem('navpath',''); 91 return window.localStorage.getItem('navpath'); 166 if (updateLocation) window.location.href=aname; 257 var windowHeight = $(window).height() - headerHeight - footerHeight; 485 $(window).on('load',function(){ 534 $(window).bind('hashchange', function(){ 535 if (window.location.hash && window.location.hash.length>1){
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | DistanceTestsF32.cpp | 14 arm_matrix_instance_q7 window; in test_dtw_distance_f32() local 24 window.numRows=this->queryLength; in test_dtw_distance_f32() 25 window.numCols=this->templateLength; in test_dtw_distance_f32() 26 window.pData = tmpC.ptr(); in test_dtw_distance_f32() 54 status = arm_dtw_init_window_q7(ARM_DTW_SAKOE_CHIBA_WINDOW,5,&window); in test_dtw_distance_f32() 65 if (window.pData[q*this->templateLength+t]) in test_dtw_distance_f32() 73 status = arm_dtw_distance_f32(&distances, &window,&costs,outp); in test_dtw_distance_f32() 78 status = arm_dtw_init_window_q7(ARM_DTW_SAKOE_CHIBA_WINDOW,3,&window); in test_dtw_distance_f32() 80 status = arm_dtw_distance_f32(&distances, &window,&costs,outp); in test_dtw_distance_f32() 84 status = arm_dtw_init_window_q7(ARM_DTW_SLANTED_BAND_WINDOW,1,&window); in test_dtw_distance_f32() [all …]
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testmfcc.py | 20 window = sig.windows.hamming(FFTSize, sym=False) variable 31 filtPos,filtLen,packedFilters,window)
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | scheduler.cpp | 72 uint32_t scheduler(int *error,const q15_t *window, in scheduler() argument 98 Feature<q15_t,400,q15_t,1> feature(fifo1,fifo2,window); in scheduler()
|
D | coef.cpp | 24 const q15_t window[400]={0,2,8,18,32,51,73,99,129,163, variable
|
D | coef.h | 40 extern const q15_t window[400];
|
D | scheduler.h | 18 extern uint32_t scheduler(int *error,const q15_t *window,
|
D | AppNodes.h | 274 Feature(FIFOBase<q15_t> &src,FIFOBase<q15_t> &dst,const q15_t *window): in Feature() argument 275 GenericNode<q15_t,inputSize,q15_t,1>(src,dst),mWindow(window){ in Feature()
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | appnodes.py | 115 def __init__(self,inputSize,outSize,fifoin,fifoout,window): argument 117 self._window=window
|
/cmsis-dsp-latest/Examples/ARM/arm_signal_converge_example/ |
D | arm_signal_converge_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_bayes_example/ |
D | arm_bayes_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_dotproduct_example/ |
D | arm_dotproduct_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_svm_example/ |
D | arm_svm_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_fft_bin_example/ |
D | arm_fft_bin_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_variance_example/ |
D | arm_variance_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_class_marks_example/ |
D | arm_class_marks_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_convolution_example/ |
D | arm_convolution_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_sin_cos_example/ |
D | arm_sin_cos_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/ |
D | arm_fir_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/ |
D | arm_graphic_equalizer_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/ |
D | arm_linear_interp_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/Examples/ARM/arm_matrix_example/ |
D | arm_matrix_example.ini | 5 1) manually from uVision command window (in debug mode) using command:
|
/cmsis-dsp-latest/ |
D | setup.py | 104 window = list(filter(isnotmissing,list(filter(notf16, windowMod)))) variable 155 moduleWindow = mkModule('cmsisdsp_window',window,"WindowFunctions")
|