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

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

[Octave-bug-tracker] [bug #59149] Resampling from 22050 to 48000 Hz intr


From: anonymous
Subject: [Octave-bug-tracker] [bug #59149] Resampling from 22050 to 48000 Hz introduces a strange and unexpected artifacts
Date: Mon, 21 Sep 2020 22:07:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0

Follow-up Comment #6, bug #59149 (project octave):

I'm still getting the same error about an unimplemented function "upfirdn".
Can someone verify?


octave:1> pkg load control general signal symbolic
octave:2> fs = 22050;
octave:3> s = sin(linspace(0,1000.*2*pi,fs+1));
octave:4> sr = resample(s,48000,fs);
error: 'upfirdn' undefined near line 121, column 121

The 'upfirdn' function belongs to the signal package from Octave Forge
but has not yet been implemented.

Please read <https://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
error: called from
    resample at line 121 column 9
octave:5> pkg list control general signal symbolic
Package Name  | Version | Installation directory
--------------+---------+-----------------------
     control *|   3.2.0 | /usr/local/share/octave/packages/control-3.2.0
     general *|   2.1.1 | /usr/local/share/octave/packages/general-2.1.1
      signal *|   1.4.1 | /usr/local/share/octave/packages/signal-1.4.1
    symbolic *|   2.9.0 | /usr/local/share/octave/packages/symbolic-2.9.0


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59149>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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