Skip to content
Snippets Groups Projects
Commit 4190ad62 authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Renaming of module

parent 66f3bab2
No related branches found
No related tags found
No related merge requests found
module SysId module SystemIdentification
if !isdefined(:DEBUG); DEBUG = false; end if !isdefined(:DEBUG); DEBUG = false; end
export export
Model, Model,
...@@ -79,4 +79,12 @@ type Iddata ...@@ -79,4 +79,12 @@ type Iddata
Iddata(y::VecOrMat{Float64}, u::VecOrMat{Float64}) = new(y,u,0) Iddata(y::VecOrMat{Float64}, u::VecOrMat{Float64}) = new(y,u,0)
end end
include("armax.jl")
include("kalman.jl")
include("PCA.jl")
include("kernelPCA.jl")
include("toeplitz.jl")
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment