From 11f08cc395ea1b0de77af3dbb87a985418fc3800 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 24 Nov 2017 19:19:30 +0530 Subject: Created xml help files --- help/en_US/ac2rc.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'help/en_US/ac2rc.xml') diff --git a/help/en_US/ac2rc.xml b/help/en_US/ac2rc.xml index 2e8a109..a84b240 100644 --- a/help/en_US/ac2rc.xml +++ b/help/en_US/ac2rc.xml @@ -17,7 +17,7 @@ ac2rc - + Convert autocorrelation sequence to reflection coefficients. @@ -26,6 +26,33 @@ k = ac2rc(R) [k,R0] = ac2rc(R) + + + + Parameters + + R: + The input autocorrelation sequence. If r is a matrix, each column of r is treated as a separate signal. + k: + Returns the reflection coefficients + R0: + the zero lag autocorrelation, R0, based on the autocorrelation sequence, R. + + + + + Examples + + -- cgit