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

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

[Octave-bug-tracker] [bug #59149] [octave forge] (signal) Resampling fro


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #59149] [octave forge] (signal) Resampling from 22050 to 48000 Hz introduces strange and unexpected artifacts
Date: Fri, 4 Feb 2022 10:38:45 -0500 (EST)

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

I tried the patch with dev Octave (8.0.0) and -apart from 'error' fixes
patched here:
https://hg.octave.org/mxe-octave/file/tip/src/of-signal-2-error_state.patch
(that patch erroneously referring to the interval package)
I get errors at L.54 of upfirdn.cc relating to std::max:

upfirdn.cc::59:54:  error: call of overloaded 'max(long int, long int)' is
ambiguous
  59 |           for (octave_idx_type k = std::max (0L, n-rx+1); k <= n;
k*p+lm < lH; k++)
     |                                                        ^




    _______________________________________________________

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]