JuliaDSP / FourierTransforms.jl

Fourier transforms written in Julia
MIT License
20 stars 2 forks source link

Fix fft for OffsetArrays and use a naive dft implementation for testing #5

Closed andreasnoack closed 5 years ago

andreasnoack commented 5 years ago

Fixes #3

codecov-io commented 5 years ago

Codecov Report

Merging #5 into master will decrease coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   67.09%   66.98%   -0.11%     
==========================================
  Files           3        3              
  Lines         313      312       -1     
==========================================
- Hits          210      209       -1     
  Misses        103      103
Impacted Files Coverage Δ
src/ctfft.jl 76.25% <100%> (ø) :arrow_up:
src/fftn.jl 35.21% <0%> (-0.9%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c77673d...9a78c42. Read the comment docs.