octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #53085] [octave forge] (signal): resample func


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53085] [octave forge] (signal): resample function gives no output with some p and q
Date: Wed, 7 Feb 2018 14:37:15 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Update of bug #53085 (project octave):

                  Status:                    None => Need Info              
                 Summary: resample function in signal package gives no output
with some p and q => [octave forge] (signal): resample function gives no
output with some p and q

    _______________________________________________________

Follow-up Comment #1:

Can you please give a more complete example showing what you have passed to
the resample function and what you expect to get from it?

This example works for me:


>> x = rand (1000,1);
>> y = resample (x, 9, 220, 1);
>> size (y)
ans =

   41    1




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53085>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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