Skip to content
Snippets Groups Projects
Commit d2d6019f authored by Tommi Nylander's avatar Tommi Nylander
Browse files

Merge branch 'bodeconfidencefix' into 'master'

Updated bodeconfidence to new order of polynomials

See merge request !2
parents b5a56bf0 e9d70896
No related branches found
No related tags found
1 merge request!2Updated bodeconfidence to new order of polynomials
Pipeline #672 failed
......@@ -131,7 +131,7 @@ bodeconfidence
arxtfm = p.args[1]
Σ = p.args[2]
L = chol(Hermitian(Σ))
am, bm = -denpoly(arxtfm)[1].a[2:end], arxtfm.matrix[1].num.a
am, bm = -reverse(denpoly(arxtfm)[1].a[1:end-1]), reverse(arxtfm.matrix[1].num.a)
wm = [am; bm]
na,nb = length(am), length(bm)
mc = 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment