Added fft library ready for 'raw' analysis mode.

This commit is contained in:
Graham Jones
2016-07-20 23:05:26 +01:00
parent 85e0b811d4
commit ffd731c85d
2 changed files with 74 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ dependencies {
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:support-v4:22.2.1'
compile files('libs/JTransforms-3.1-with-dependencies.jar')
compile 'org.apache.commons:commons-math3:3.6.1'
}
repositories {