removeWhitenoise

PURPOSE ^

uses truncated SVD to remove white noise from pre-whitened waveforms.

SYNOPSIS ^

function [transformed,spectr] = removeWhitenoise( spikes, rankCut )

DESCRIPTION ^

uses truncated SVD to remove white noise from pre-whitened waveforms.
returns a low-rank approximation of the original signal.


rankCut: cut off after which rank

returns: spectr is the singular value spectrum (diag of S)
         transformed is low rank approx

urut/nov04

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-Oct-2007 12:29:38 by m2html © 2003