help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: peaks and bringing them down to be more in line with the overall ave


From: Juan Pablo Carbajal
Subject: Re: peaks and bringing them down to be more in line with the overall average of the signal
Date: Sat, 24 Nov 2012 12:00:06 +0100

On Sat, Nov 24, 2012 at 9:42 AM, Rick T <address@hidden> wrote:
>
> Greetings All
>
> Sorry if this got posted twice the computer gremlins seem to be at if again
>
> I have a signal In which sharp peaks are produced. Is there a way for me to
> bring the amplitude of these peaks down to be more in line with the overall
> average of the signal?
>
> Link to image: http://dl.dropbox.com/u/6576402/questions/peaks.png
>
> Link to example data:
> http://dl.dropbox.com/u/6576402/questions/example_data_with_peak.txt
>
> Thanks
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>

Rik,

You want to filet the signal. There are a couple of filter signals in
the signal package. Assuming you have 3.6 or above version of Octave,
do

pkg install -forge specfun control optim general signal

(there may be other dependencies, pkg will tell you)

Once you installed it run

pkg load signal
lookfor filter

It will give you the list of functions with the word filter in their help text.


I hope that is useful


reply via email to

[Prev in Thread] Current Thread [Next in Thread]