Home » Developing U++ » UppHub » Bazaar/STEM4U: Added Butterworth filter
Re: Bazaar/STEM4U: Added Butterworth filter [message #56317 is a reply to message #55868] |
Sat, 20 February 2021 17:32 |
|
mirek
Messages: 14016 Registered: November 2005
|
Ultimate Member |
|
|
Latest bazaar version does not compile:
C:\upp\UppHub\STEM4U\STEM4U/CrossCorrelation.h:27:3: error: use of undeclared identifier 'PostPad'
PostPad(x, M, 0.);
^
C:\upp\UppHub\STEM4U\STEM4U/CrossCorrelation.h:44:3: error: use of undeclared identifier 'PrePad'
PrePad(x, x.size() + maxlag, 0.);
^
C:\upp\UppHub\STEM4U\STEM4U/CrossCorrelation.h:45:3: error: use of undeclared identifier 'PostPad'
PostPad(x, M, 0.);
^
C:\upp\UppHub\STEM4U\STEM4U/CrossCorrelation.h:50:3: error: use of undeclared identifier 'PostPad'
PostPad(y, M, 0.);
^
C:\upp\UppHub\STEM4U\STEM4U/CrossCorrelation.h:21:2: error: no matching function for call to 'Copy'
Copy(_x, x);
|
|
|
Goto Forum:
Current Time: Thu Sep 12 02:19:35 CEST 2024
Total time taken to generate the page: 0.02638 seconds
|