Skip to content

Commit

Permalink
Remove DSP functions (to be rehomed) (#11)
Browse files Browse the repository at this point in the history
* Remove DSP functions (to be rehomed)

* Remove DSP doc file from the doc build

* Copy necessary DCT tests to runtests.jl

* Ensure DCT functions are called from the package, not Base
  • Loading branch information
ararslan authored Jun 7, 2017
1 parent ff4590c commit f286acf
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 363 deletions.
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ makedocs(
sitename = "FFTW.jl",
pages = Any[
"Home" => "index.md",
"Fourier Transforms" => "fft.md",
"Signal Processing" => "dsp.md",
"API" => "fft.md",
],
)

Expand Down
12 changes: 0 additions & 12 deletions docs/src/dsp.md

This file was deleted.

4 changes: 0 additions & 4 deletions src/FFTW.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ import AbstractFFTs: Plan, ScaledPlan,
if !isdefined(Base, :FFTW)
export dct, idct, dct!, idct!, plan_dct, plan_idct, plan_dct!, plan_idct!
end
if !isdefined(Base, :DSP)
export filt, filt!, deconv, conv, conv2, xcorr
end

const depsfile = joinpath(dirname(@__DIR__), "deps", "deps.jl")
if isfile(depsfile)
Expand Down Expand Up @@ -58,6 +55,5 @@ end

include("fft.jl")
include("dct.jl")
include("dsp.jl") # TODO: Move these functions to DSP.jl

end # module
201 changes: 0 additions & 201 deletions src/dsp.jl

This file was deleted.

139 changes: 0 additions & 139 deletions test/dsp.jl

This file was deleted.

Loading

0 comments on commit f286acf

Please sign in to comment.