Initial commit
This commit is contained in:
14
Tests/EcgSynKitTests/EcgSynKitTests.swift
Normal file
14
Tests/EcgSynKitTests/EcgSynKitTests.swift
Normal 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)")
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user