Skip Menu |

This queue is for tickets about the PDL-Audio CPAN distribution.

Report information
The Basics
Id: 8590
Status: resolved
Priority: 0/
Queue: PDL-Audio

People
Owner: Nobody in particular
Requestors: u.hofer [...] tr51.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.0
Fixed in: (no value)



Subject: Cr2p
I had to rewrite the spectrum-function a little: $data = rfft ($data->slice("0:".($len-1))->sever)->slice(",0:".int($len/2))->PDL::Complex::Cr2p->slice("(0)"); instead of $data = rfft ($data->slice("0:".($len-1))->sever)->slice(",0:".int($len/2))->Cr2p->slice("(0)"); in order to get the error message Can't locate object method "Cr2p" via package "PDL" removed. yours, Urs Hofer