[SciPy-User] Signal to noise ratio

josef.pktd at gmail.com josef.pktd at gmail.com
Wed Feb 24 09:33:12 EST 2010


On Wed, Feb 24, 2010 at 8:12 AM, Nils Wagner
<nwagner at iam.uni-stuttgart.de> wrote:
> Hi all,
>
> I have two questions concerning signal processing
>
> I have used scipy.stats.signaltonoise to compute the
> signal-to-noise ratio.
> The value is 0.0447.
> How can I judge it ?

It's just mean over standard deviation
http://en.wikipedia.org/wiki/Signal-to-noise_ratio#Statistical_definition

I never use it, but the interpretation will depend on what your
level/mean/expected_value means.

>
> How can I filter out high frequencies using scipy ?
> How can I eliminate noise from the signal ?

(I'm no help here) There are many prefabricated filters in
scipy.signal, but I only use lfilter.

Josef

>
> Nils
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>



More information about the SciPy-User mailing list