156
edits
No edit summary |
|||
Line 26: | Line 26: | ||
|c2t || Takens estimator of D2 || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | |c2t || Takens estimator of D2 || None in GNU Octave || FORTRAN || wrapped in C++/mfile/octfile code || | ||
|-style="background: LightGreen" | |-style="background: LightGreen" | ||
|choose || Choose rows and/or columns from a data file || Does not need to be ported || FORTRAN || ----- || | |choose || Choose rows and/or columns from a data file || Does not need to be ported || FORTRAN || ----- || Not Needed | ||
|-style="background: LightGreen" | |-style="background: LightGreen" | ||
|compare || Compares two data sets || Does not need to be ported || FORTRAN || ------ || | |compare || Compares two data sets || Does not need to be ported || FORTRAN || ------ || Not Needed | ||
|-style="background: Yellow" | |-style="background: Yellow" | ||
|corr, autocorr || Autocorrelation function || xcorr in signal || corr -C, autocorr (faster according to documentation) - FORTRAN || ------- || PresumedGood&NotChecked | |corr, autocorr || Autocorrelation function || xcorr in signal || corr -C, autocorr (faster according to documentation) - FORTRAN || ------- || PresumedGood&NotChecked | ||
Line 115: | Line 115: | ||
|- | |- | ||
|rescale || Rescale data set || This should be in Octave, cannot find... || C || wrapped in C++/mfile/octfile code || | |rescale || Rescale data set || This should be in Octave, cannot find... || C || wrapped in C++/mfile/octfile code || | ||
|- | |-style="background: LightGreen" | ||
|rms || Rescale data set and get mean, variance and data interval || This should be in Octave, cannot find... || FORTRNAN || wrapped in C++/mfile/octfile code || | |rms || Rescale data set and get mean, variance and data interval || This should be in Octave, cannot find... || FORTRNAN || wrapped in C++/mfile/octfile code || Not Needed | ||
|-style="background: Yellow" | |-style="background: Yellow" | ||
|sav_gol || Savitzky-Golay filter || sgolayfilt in signal || C || || | |sav_gol || Savitzky-Golay filter || sgolayfilt in signal || C || || |
edits