Discrete Wavelet Transform
Code and sample files for this demo can be downloaded from here . Code uses only libraries from the ACV-VirtualMachine.No extra libraries are needed. You can unzip the code to any folder on your system. All paths used in the code are relative. We are using the folder "~/acv/code/dwt_demo/" Compiling and running the code is fairly straight forward. You only need to run the following two commands: acv@acv-vm : ~/acv/code/dwt_demo/bin $ cmake ../src/wavelet_demo_others/ -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - ...