This commit is contained in:
2024-11-01 23:53:57 -05:00
parent 5f3764ef63
commit 047852e9f6
28 changed files with 191 additions and 5156 deletions

View File

@@ -1,13 +1,16 @@
import Testing
@testable import EcgSynKit
import PFFFT
import ComplexModule
@Test func fftTest () {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
let p0 = TimeParameters()
let c = Generator(params: p0)
let p = Parameters()
let z = c.compute(params: p)
let rrp = RRProcess(nrr: 131072)
let rr = rrp.generate(params: p)
// print("z: \(z)")
print("PFFFT.simdArch: \(FFT<Complex<Float32>>.simdArch)")
//fft(data: &a, isign: -1)
//print("out: \(rr)")