hdw09 / filtfilt

We wirte a filtflit function in java . The filtflit's output is the same as it's in Matlab .
43 stars 19 forks source link

Can't compile filtfilt-java on Ubuntu 20.04 #7

Closed snowuyl closed 2 years ago

snowuyl commented 2 years ago

I try to compile filtfilt-java on Ubunut 20.04. But it failed to compile with the following error message. Could you let me know which environment do you use for compiling filtfilt-java?

javac ./Test.java ./Test.java:5: error: cannot find symbol import com.iiphci.dsp.Filtfilt; ^ symbol: class Filtfilt location: package com.iiphci.dsp ./Test.java:33: error: cannot find symbol ArrayList y = Filtfilt.doFiltfilt(B,A,X); ^ symbol: variable Filtfilt location: class Test 2 errors

snowuyl commented 2 years ago

I can build filtfilt-java with Eclipse 4.22.0.