/cmsis-dsp-latest/ |
D | setup.py | 90 filtering = list(filter(isnotmissing,list(filter(notf16, filteringMod)))) 91 matrix = list(filter(isnotmissing,list(filter(notf16, matrixMod)))) 92 support = list(filter(isnotmissing,list(filter(notf16, supportMod)))) 93 statistics = list(filter(isnotmissing,list(filter(notf16, statisticsMod)))) 94 complexf = list(filter(isnotmissing,list(filter(notf16, complexfMod)))) 95 basic = list(filter(isnotmissing,list(filter(notf16, basicMod)))) 96 controller = list(filter(isnotmissing,list(filter(notf16, controllerMod)))) 97 transform = list(filter(isnotmissing,list(filter(notf16, transformMod)))) 98 interpolation = list(filter(isnotmissing,list(filter(notf16, interpolationMod)))) 99 quaternion = list(filter(isnotmissing,list(filter(notf16, quaternionMod)))) [all …]
|
/cmsis-dsp-latest/Scripts/ |
D | genMVETwiddleCoefs.py | 237 printCUInt32Array(f,"rearranged_twiddle_tab_stride1_arr_%d_f32" % n,list(tab1Offset)) 238 printHUInt32Array(h,"rearranged_twiddle_tab_stride1_arr_%d_f32" % n,list(tab1Offset)) 240 printCUInt32Array(f,"rearranged_twiddle_tab_stride2_arr_%d_f32" % n,list(tab2Offset)) 241 printHUInt32Array(h,"rearranged_twiddle_tab_stride2_arr_%d_f32" % n,list(tab2Offset)) 243 printCUInt32Array(f,"rearranged_twiddle_tab_stride3_arr_%d_f32" % n,list(tab3Offset)) 244 printHUInt32Array(h,"rearranged_twiddle_tab_stride3_arr_%d_f32" % n,list(tab3Offset)) 246 printCFloat32Array(f,"rearranged_twiddle_stride1_%d_f32" % n,list(tab1)) 247 printHFloat32Array(h,"rearranged_twiddle_stride1_%d_f32" % n,list(tab1)) 249 printCFloat32Array(f,"rearranged_twiddle_stride2_%d_f32" % n,list(tab2)) 250 printHFloat32Array(h,"rearranged_twiddle_stride2_%d_f32" % n,list(tab2)) [all …]
|
/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Matrix.py | 147 r = list(r.reshape(a*c)) 159 vals = vals + list(asReal(r)) 165 m = list(np.identity(d)) 737 r = list(r.reshape(a*b)) 746 r = list(r.reshape(a)) 755 r = list(r.reshape(a*b)) 763 r = list(r.reshape(a*b)) 771 r = list(asReal(r.reshape(a*b))) 779 r = list(r.reshape(a*b)) 799 inp = inp + list(ma.reshape(d*d)) [all …]
|
D | Distance.py | 96 path = np.array(list(zip(query_index,template_index))).flatten() 138 inputsA += list(va) 139 inputsB += list(vb) 147 inputsAJ += list(va) 148 inputsBJ += list(vb) 227 inputsA = list(va) 228 inputsB = list(vb) 231 va = list(va / np.sum(va)) 234 vb = list(vb / np.sum(vb)) 246 pva = list(Tools.packset(va)) [all …]
|
D | SVM.py | 181 intercept = list(clf.intercept_) 193 return(list(supportVectors + dualCoefs +intercept)) 196 coef0 = list(np.array([clf.coef0])) 197 gamma = list(np.array([clf._gamma])) 198 degree=list(np.array([1.0*clf.degree])) 199 return(list(supportVectors + dualCoefs + intercept + coef0 + gamma + degree)) 202 gamma = list(np.array([clf._gamma])) 203 return(list(supportVectors + dualCoefs + intercept + gamma)) 206 coef0 = list(np.array([clf.coef0])) 207 gamma = list(np.array([clf._gamma])) [all …]
|
D | Bayes.py | 85 params += list(np.reshape(gb.theta_,np.size(gb.theta_))) 86 params += list(np.reshape(gb.sigma_,np.size(gb.sigma_))) 87 params += list(np.reshape(gb.class_prior_,np.size(gb.class_prior_))) 120 referenceproba += list(probas) 162 p += list(np.reshape(gb.theta_,np.size(gb.theta_))) 163 p += list(np.reshape(gb.sigma_,np.size(gb.sigma_))) 164 p += list(np.reshape(gb.class_prior_,np.size(gb.class_prior_)))
|
D | Decimate.py | 131 b = np.array(list(range(1,numTaps+1)))/(3.0*(numTaps+2)) 144 allsamples += list(samples) 145 alloutput += list(output) 146 allcoefs += list(reversed(b)) 186 b = np.array(list(range(1,numTaps+1)))/(3.0*(numTaps+2)) 198 allsamples += list(samples) 199 alloutput += list(output) 200 allcoefs += list(reversed(b))
|
D | Support.py | 23 inputs += list(va) 24 weights += list(vb) 67 vecs += list(va) 71 inputs += list(vecs) 72 weights += list(coefs) 73 output += list(b)
|
D | BIQUAD.py | 156 allStereoOutputs += list(stereoOutput) 157 alloutputs += list(output) 159 allcoefs += list(coefs) 160 allsamples += list(samples) 161 allStereo += list(stereo)
|
D | FIR.py | 74 pythonCoefs = np.array(list(range(1,nbTaps+1)))/(1.0*(nbTaps+2)) 84 output += list(out) 85 coefs = list(coefs)
|
/cmsis-dsp-latest/Testing/ |
D | extractDb.py | 29 # Intersperse a delimiter between element of a list 175 r=list(set(r)) 364 names=[x[0] for x in list(result)] 372 names=[x[0] for x in list(result)] 380 names=[x[0] for x in list(result)] 463 vals =np.array([list(x) for x in list(result)]) 476 vals =np.array([list(x) for x in list(result)]) 489 vals =np.array([list(x) for x in list(result)]) 502 vals =np.array([list(x) for x in list(result)]) 523 cores = [(c[1] + ":" + c[2]) for c in list(data.columns)] [all …]
|
D | summaryBench.py | 21 path (list) : A list of node ID 22 This list is describing a path in the tree. 30 # The list is converted into a queue. 77 groupList = list(set(elem.params.full) - set(elem.params.summary)) 78 #grouped=full.groupby(list(elem.params.summary) + ['ID','CATEGORY']).max()
|
D | convertToOld.py | 24 path (list) : A list of node ID 25 This list is describing a path in the tree. 33 # The list is converted into a queue. 67 commonParams = list(joinit(elem.params.full,","))
|
D | processResult.py | 52 path (list) : A list of node ID 53 This list is describing a path in the tree. 61 # The list is converted into a queue. 72 # Intersperse a delimiter between element of a list 233 category= "".join(list(joinit(self.name,":"))) 411 # From a list of id, find the TreeElem in the Parsed tree 424 header = "".join(list(joinit(elem.params.full,","))) 437 configList = list(reader) 439 config = "".join(list(joinit(configList[0],","))) 440 configHeaders = "".join(list(joinit(csvheaders,",")))
|
D | addToDB.py | 61 cols = list(full.columns) 62 params = list(elem.params.full) 81 cols = list(full.columns) 82 params = list(elem.params.full) 155 # List of columns we have in DB which is 161 cols = list(full.columns) 162 params = list(elem.params.full)
|
/cmsis-dsp-latest/Testing/TestScripts/ |
D | Parser.py | 15 patterns (list) : List of pairs 17 outputs (list) : List of pairs 39 # List of parameters files 41 # List of arguments 64 data (list) : A list of fields for this node 74 # A node OFF in the list is deprecated. It won't be included 253 thePath (str or list) : parameter path or generator data
|
D | CodeGen.py | 146 # Keep track of the list of test functions 165 # Use list of test functions to 233 # of the tree of tests and is containing a list of tests to 239 """ Extract the list of all suites defined in the tree 243 listOfSuites (list) : list of suites 247 list : list of suites 253 # Append current suite to the list and return the result 258 # getSuites is appending to the list argument. 529 """ Write a C string into a C char array to represent as a list of int 845 # Get a list of all suites contained in the tree
|
D | NewParser.py | 141 r = list(toks["ints"]) 149 # merge list of dictionnaries into a dictionnary 194 # List of int or 195 # Cartesian products of list
|
/cmsis-dsp-latest/Testing/FrameworkInclude/ |
D | Test.h | 347 /** Import list of patterns from the driver 350 This list is used to identify a pattern from its pattern ID. 351 The information of this list (local to the suite) is 357 /** Import list of output from the driver 360 This list is used to identify an output from its pattern ID (and current test ID) 361 The information of this list (local to the suite) is 368 /** Import list of parameters from the driver 371 This list is used to control a functions with different parameters 537 // It contains a list of tests 561 // It is the index in internal list of tests [all …]
|
/cmsis-dsp-latest/PythonWrapper/docs/source/ |
D | mfcc.rst | 17 The first argument is the list of MEL filter lengths. 19 The second argument is the position of the first coefficient of the filter in the list of coefficie… 21 The last argument is the concatenated list of all filter coefficients.
|
D | conf.py | 4 # list see the documentation: 43 # List of patterns, relative to source directory, that match files and 52 # a list of builtin themes.
|
D | api.rst | 34 Return a list of random ingredients as strings. 53 … CMSIS-DSP function will always be a numpy array whatever the arguments were (numpy array or list). 78 Return a list of random ingredients as strings. 117 Return a list of random ingredients as strings.
|
/cmsis-dsp-latest/Examples/ARM/arm_bayes_example/ |
D | train.py | 44 print("Theta = ",list(np.reshape(gnb.theta_,np.size(gnb.theta_)))) 47 print("Sigma = ",list(np.reshape(gnb.sigma_,np.size(gnb.sigma_)))) 50 print("Prior = ",list(np.reshape(gnb.class_prior_,np.size(gnb.class_prior_))))
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 33 # https://www.gnu.org/software/libiconv/ for the list of possible encodings. 134 # used to form the text in various listings. Each string in this list, if found 136 # and the result, after processing the whole list, is used as the annotated 170 # before files name in the file list and in the header files. If set to NO the 178 # part of the path. The tag can be used to show relative paths in the file list. 192 # specify the list of include paths that are normally passed to the compiler 291 # instance, some of the names that are used will be different. The list of all 344 # Note see also the list of default file extension mappings. 636 # If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of 649 # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include [all …]
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | example_1_4.py | 32 vals=list(zip(y,x)) 46 valsQ31=list(zip(yQ31,xQ31)) 55 valsQ15=list(zip(yQ15,xQ15))
|