Initial commit

This commit is contained in:
2024-10-24 16:51:27 -05:00
commit bc89602c77
134 changed files with 142002 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
import Testing
@testable import EcgSynKit
@testable import KissFFT
@Test func fftTest () {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
let p = Parameters()
let rr = rrprocess(params: p, nrr: 131072)
//fft(data: &a, isign: -1)
//print("out: \(rr)")
}