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/lpc.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/lpc.sci')
-rw-r--r-- | macros/lpc.sci | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macros/lpc.sci b/macros/lpc.sci index 70c64be..4000836 100644 --- a/macros/lpc.sci +++ b/macros/lpc.sci @@ -42,7 +42,6 @@ function [a,g] = lpc(x,varargin) //title 'Original Signal vs. LPC Estimate'; //xlabel 'Sample number', ylabel 'Amplitude'; //legend('Original signal','LPC estimate'); - //Output : // g = // @@ -51,7 +50,6 @@ function [a,g] = lpc(x,varargin) // // 1. 0.51533 0.3313039 0.2783268 // - // // // References |