diff options
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 |