diff options
author | avinashlalotra | 2025-04-26 20:09:12 +0530 |
---|---|---|
committer | avinashlalotra | 2025-04-26 20:09:12 +0530 |
commit | ea7dcdba3b83696b97cc431ee050b58f9a0f3507 (patch) | |
tree | 49ea8ba898b88535c261546f4e3accbdf4c83bdf /macros/goertzel.sci | |
parent | 725d9ee2ddb254f57a896bb47e0e727759eb5901 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-ea7dcdba3b83696b97cc431ee050b58f9a0f3507.tar.gz FOSSEE-Signal-Processing-Toolbox-ea7dcdba3b83696b97cc431ee050b58f9a0f3507.tar.bz2 FOSSEE-Signal-Processing-Toolbox-ea7dcdba3b83696b97cc431ee050b58f9a0f3507.zip |
formated source documentation pattern for generating docs
Diffstat (limited to 'macros/goertzel.sci')
-rw-r--r-- | macros/goertzel.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/goertzel.sci b/macros/goertzel.sci index bc0061c..9014bd5 100644 --- a/macros/goertzel.sci +++ b/macros/goertzel.sci @@ -33,6 +33,7 @@ function Y = goertzel(X,INDVEC,DIM) //Ankur Mallick //References //Goertzel, G. (January 1958), "An Algorithm for the Evaluation of Finite Trigonometric Series", American Mathematical Monthly 65 (1): 34–35, doi:10.2307/2310304 + funcprot(0); if(argn(2)<3|isempty(DIM)) DIM=find(size(X)>1,1); //First non-singleton dimension |