From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/rootmusic.xml | 62 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 help/en_US/rootmusic.xml (limited to 'help/en_US/rootmusic.xml') diff --git a/help/en_US/rootmusic.xml b/help/en_US/rootmusic.xml new file mode 100644 index 0000000..82178e1 --- /dev/null +++ b/help/en_US/rootmusic.xml @@ -0,0 +1,62 @@ + + + + + + + + rootmusic + Frequencies and power of sinusoids using the root MUSIC algorithm + + + + + Calling Sequence + + w = rootmusic(x,p) + [w,pow] = rootmusic(x,p) + [f,pow] = rootmusc(...,fs) + [w,pow] = rootmusic(...,'corr') + + + + + + Parameters + + Examples: + + 1) 3 complex exponentials: + + n=0: + 99; + + + + + See also + + | peig | pmusic | rooteig + References + Monson H. Hayes, Statistical Digital Signal Processing And Modeling, + & Sons, Inc, [Section 8.6.3] + arguments + - double - vector + frequencies of the complex sinusoids + - double - vector + absolute value squared amplitudes of the sinusoids at + frequencies w + + + -- cgit