Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.02 KB

README.md

File metadata and controls

11 lines (8 loc) · 1.02 KB

FAST MUSIC

A more efficient MUSIC algorithm for sinusoidal parameter estimation.

This repository contains code to evaluate FAST MUSIC, an efficient extension of the MUSIC algorithm for parameter estimation of approximately periodic signals. It is useful for resolving close-frequency modes of a system. Eigenvalue decomposition in MUSIC is replaced by the FFT by making the autocorrelation matrix circulant. For more details see

FAST MUSIC - An efficient implementation of the MUSIC algorithm for frequency estimation of approximately periodic signals - Orchisama Das, Jonathan S. Abel, Julius O. Smith in Proc. of International Conference on Digital Audio Effects, DAFx 2018.

Additionally, it contains scripts to do eigenvalue decomposition (QR factorization, reduction to Hessenberg form), FFTs (Self sorting mixed radix and resampled split radix) for any composite order. FAST MUSIC is evaluated against traditional MUSIC and QIFFT.