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/rc2ac.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/rc2ac.sci')
-rw-r--r-- | macros/rc2ac.sci | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/rc2ac.sci b/macros/rc2ac.sci index 124de0b..54a5046 100644 --- a/macros/rc2ac.sci +++ b/macros/rc2ac.sci @@ -1,14 +1,11 @@ function R=rc2ac(k, R0) - //rlevinson function convert reflection coefficients to autocorrelation sequence. // Calling Sequence // a = rc2ac(k, R0) - // Parameters // k: input argument reflection coefficients. // R0: input argument zero lag autocorrelation // R: return autocorrelation sequence. - // Test cases //k = [0.3090 0.9800 0.0031 0.0082 -0.0082]; //r0 = 0.1; @@ -20,7 +17,6 @@ function R=rc2ac(k, R0) // 0.0786627 // 0.0293629 // - 0.0950000 - // // See also // |