diff --git a/index.html b/index.html index e15c45d..5cf4bd6 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- ++All the files (data and Matlab scripts) are accessible here. +
+fs = 1e4;
@@ -334,15 +344,15 @@ Discrete-time zero/pole/gain model.
The identification data is loaded
ux = load('mat/data_001.mat', 't', 'ux', 'yx', 'yy'); -uy = load('mat/data_002.mat', 't', 'uy', 'yx', 'yy'); +ux = load('mat/data_ux.mat', 't', 'ux', 'yx', 'yy'); +uy = load('mat/data_uy.mat', 't', 'uy', 'yx', 'yy');
Figure 1: Identification signals when exciting the \(x\) axis (png, pdf)
@@ -386,7 +396,7 @@ uy.yy = uy.yy-mean +
Figure 2: Identification signals when exciting the \(y\) axis (png, pdf)
@@ -394,8 +404,8 @@ uy.yy = uy.yy-mean -We compute an estimate of the transfer functions. @@ -409,7 +419,7 @@ We compute an estimate of the transfer functions.
[coh_ux_yx, f] = mscohere(ux.ux, ux.yx, hanning(ceil(1*fs)), [], [], fs); @@ -429,7 +439,7 @@ We compute an estimate of the transfer functions.
@@ -438,8 +448,8 @@ We compute an estimate of the transfer functions.
First we define the initial guess for the resonance frequencies and the weights associated. @@ -493,7 +503,7 @@ Ignore data above some frequency.