octave-maintainers
[Top][All Lists]
Advanced

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

Re: Plotting on mac


From: Michael D Godfrey
Subject: Re: Plotting on mac
Date: Fri, 11 May 2012 07:16:02 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 05/11/2012 03:03 AM, Daniel J Sebald wrote:
For example, this instruction that Ben suggested as a test:

     a = s(1:100:k2,1:100);

is one susceptible to aliasing because it is decimating without lowpass filtering.  An example of a lowpass filter would be to simple take the average of the block of 100 samples rather than using every 100th sample.  There might be other things like imresize that you could use.

Dan
Decimating may be useful in some cases, but definitely not if
you are looking for rare events in a long sequence.  An alternative
is to generate several plots of sequential sub sequences.

mdg


reply via email to

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