test-bench-apa/index.html

448 lines
14 KiB
HTML
Raw Normal View History

2020-07-17 11:56:08 +02:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
2020-07-24 15:48:22 +02:00
<!-- 2020-07-24 ven. 15:48 -->
2020-07-17 11:56:08 +02:00
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
2020-07-20 12:55:13 +02:00
<title>Test Bench APA95ML</title>
2020-07-17 11:56:08 +02:00
<meta name="generator" content="Org mode" />
<meta name="author" content="Dehaeze Thomas" />
2020-07-20 11:27:55 +02:00
<link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
<link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
<link rel="stylesheet" type="text/css" href="./css/zenburn.css"/>
<script type="text/javascript" src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
<script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
<script type="text/javascript" src="./js/readtheorg.js"></script>
2020-07-17 11:56:08 +02:00
</head>
<body>
<div id="org-div-home-and-up">
<a accesskey="h" href="../index.html"> UP </a>
|
<a accesskey="H" href="../index.html"> HOME </a>
</div><div id="content">
2020-07-20 12:55:13 +02:00
<h1 class="title">Test Bench APA95ML</h1>
2020-07-17 11:56:08 +02:00
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
2020-07-24 15:48:22 +02:00
<li><a href="#orgde2ca90">1. Setup</a>
2020-07-20 11:27:55 +02:00
<ul>
2020-07-24 15:48:22 +02:00
<li><a href="#orgc62d598">1.1. Parameters</a></li>
<li><a href="#org128d329">1.2. Filter White Noise</a></li>
2020-07-20 11:27:55 +02:00
</ul>
</li>
2020-07-24 15:48:22 +02:00
<li><a href="#orga229608">2. Run Experiment and Save Data</a>
2020-07-20 11:27:55 +02:00
<ul>
2020-07-24 15:48:22 +02:00
<li><a href="#org117998a">2.1. Load Data</a></li>
<li><a href="#org0aec1ce">2.2. Save Data</a></li>
2020-07-20 11:27:55 +02:00
</ul>
</li>
2020-07-24 15:48:22 +02:00
<li><a href="#orge436fe5">3. Huddle Test</a>
2020-07-20 11:27:55 +02:00
<ul>
2020-07-24 15:48:22 +02:00
<li><a href="#orga50e600">3.1. Time Domain Data</a></li>
<li><a href="#org6637acb">3.2. PSD of Measurement Noise</a></li>
2020-07-20 11:27:55 +02:00
</ul>
</li>
2020-07-24 15:48:22 +02:00
<li><a href="#org1e70b14">4. Transfer Function Estimation using the DAC as the driver</a>
2020-07-20 11:27:55 +02:00
<ul>
2020-07-24 15:48:22 +02:00
<li><a href="#org627cdd4">4.1. Time Domain Data</a></li>
<li><a href="#orgb2e3ad4">4.2. Comparison of the PSD with Huddle Test</a></li>
<li><a href="#orgd81c13d">4.3. Compute TF estimate and Coherence</a></li>
<li><a href="#org7b450ca">4.4. Comparison with the FEM model</a></li>
</ul>
</li>
2020-07-24 15:48:22 +02:00
<li><a href="#orgf7b3cee">5. Transfer Function Estimation using the PI Amplifier</a>
<ul>
2020-07-24 15:48:22 +02:00
<li><a href="#orgd96ab97">5.1. Comparison of the PSD with Huddle Test</a></li>
<li><a href="#orgf49c967">5.2. Compute TF estimate and Coherence</a></li>
<li><a href="#orgeb00ff9">5.3. Comparison with the FEM model</a></li>
2020-07-24 11:34:18 +02:00
</ul>
</li>
2020-07-24 15:48:22 +02:00
<li><a href="#org0baf7a6">6. Transfer function of the PI Amplifier</a>
2020-07-24 11:34:18 +02:00
<ul>
2020-07-24 15:48:22 +02:00
<li><a href="#org94a6d47">6.1. Compute TF estimate and Coherence</a></li>
2020-07-20 11:27:55 +02:00
</ul>
</li>
2020-07-17 11:56:08 +02:00
</ul>
</div>
</div>
2020-07-20 13:17:34 +02:00
2020-07-24 15:48:22 +02:00
<div id="orgfac2673" class="figure">
2020-07-20 13:17:34 +02:00
<p><img src="figs/setup_picture.png" alt="setup_picture.png" />
</p>
<p><span class="figure-number">Figure 1: </span>Picture of the Setup</p>
</div>
2020-07-24 15:48:22 +02:00
<div id="orgd8fb946" class="figure">
2020-07-20 13:17:34 +02:00
<p><img src="figs/setup_zoom.png" alt="setup_zoom.png" />
</p>
<p><span class="figure-number">Figure 2: </span>Zoom on the APA</p>
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-orgde2ca90" class="outline-2">
<h2 id="orgde2ca90"><span class="section-number-2">1</span> Setup</h2>
2020-07-17 11:56:08 +02:00
<div class="outline-text-2" id="text-1">
2020-07-20 11:27:55 +02:00
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-orgc62d598" class="outline-3">
<h3 id="orgc62d598"><span class="section-number-3">1.1</span> Parameters</h3>
2020-07-20 11:27:55 +02:00
<div class="outline-text-3" id="text-1-1">
2020-07-17 11:56:08 +02:00
<div class="org-src-container">
<pre class="src src-matlab">Ts = 1e-4;
</pre>
</div>
</div>
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-org128d329" class="outline-3">
<h3 id="org128d329"><span class="section-number-3">1.2</span> Filter White Noise</h3>
2020-07-20 11:27:55 +02:00
<div class="outline-text-3" id="text-1-2">
2020-07-17 11:56:08 +02:00
<div class="org-src-container">
<pre class="src src-matlab">Glpf = 1/(1 + s/2/pi/500);
Gz = c2d(Glpf, Ts, 'tustin');
</pre>
</div>
</div>
</div>
2020-07-20 11:27:55 +02:00
</div>
2020-07-17 11:56:08 +02:00
2020-07-24 15:48:22 +02:00
<div id="outline-container-orga229608" class="outline-2">
<h2 id="orga229608"><span class="section-number-2">2</span> Run Experiment and Save Data</h2>
2020-07-20 11:27:55 +02:00
<div class="outline-text-2" id="text-2">
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-org117998a" class="outline-3">
<h3 id="org117998a"><span class="section-number-3">2.1</span> Load Data</h3>
2020-07-20 11:27:55 +02:00
<div class="outline-text-3" id="text-2-1">
2020-07-17 11:56:08 +02:00
<div class="org-src-container">
2020-07-20 11:27:55 +02:00
<pre class="src src-matlab">data = SimulinkRealTime.utils.getFileScopeData('data/apa95ml.dat').data;
2020-07-17 11:56:08 +02:00
</pre>
</div>
</div>
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-org0aec1ce" class="outline-3">
<h3 id="org0aec1ce"><span class="section-number-3">2.2</span> Save Data</h3>
2020-07-20 11:27:55 +02:00
<div class="outline-text-3" id="text-2-2">
2020-07-17 11:56:08 +02:00
<div class="org-src-container">
2020-07-20 11:27:55 +02:00
<pre class="src src-matlab">u = data(:, 1); % Input Voltage [V]
y = data(:, 2); % Output Displacement [m]
t = data(:, 3); % Time [s]
</pre>
</div>
2020-07-17 11:56:08 +02:00
2020-07-20 11:27:55 +02:00
<div class="org-src-container">
<pre class="src src-matlab">save('./mat/huddle_test.mat', 't', 'u', 'y', 'Glpf');
</pre>
</div>
</div>
</div>
</div>
2020-07-17 11:56:08 +02:00
2020-07-24 15:48:22 +02:00
<div id="outline-container-orge436fe5" class="outline-2">
<h2 id="orge436fe5"><span class="section-number-2">3</span> Huddle Test</h2>
2020-07-20 11:27:55 +02:00
<div class="outline-text-2" id="text-3">
</div>
2020-07-17 11:56:08 +02:00
2020-07-24 15:48:22 +02:00
<div id="outline-container-orga50e600" class="outline-3">
<h3 id="orga50e600"><span class="section-number-3">3.1</span> Time Domain Data</h3>
2020-07-20 11:27:55 +02:00
<div class="outline-text-3" id="text-3-1">
2020-07-24 15:48:22 +02:00
<div id="org9f3cece" class="figure">
2020-07-20 11:27:55 +02:00
<p><img src="figs/huddle_test_time_domain.png" alt="huddle_test_time_domain.png" />
</p>
2020-07-20 13:17:34 +02:00
<p><span class="figure-number">Figure 3: </span>Measurement of the Mass displacement during Huddle Test</p>
2020-07-17 11:56:08 +02:00
</div>
</div>
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-org6637acb" class="outline-3">
<h3 id="org6637acb"><span class="section-number-3">3.2</span> PSD of Measurement Noise</h3>
2020-07-20 11:27:55 +02:00
<div class="outline-text-3" id="text-3-2">
2020-07-17 11:56:08 +02:00
<div class="org-src-container">
2020-07-20 11:27:55 +02:00
<pre class="src src-matlab">Ts = t(end)/(length(t)-1);
Fs = 1/Ts;
win = hanning(ceil(1*Fs));
</pre>
</div>
2020-07-17 11:56:08 +02:00
2020-07-20 11:27:55 +02:00
<div class="org-src-container">
2020-07-24 15:48:22 +02:00
<pre class="src src-matlab">[pxx, f] = pwelch(y(1000:end), win, [], [], Fs);
2020-07-17 11:56:08 +02:00
</pre>
</div>
2020-07-20 11:27:55 +02:00
2020-07-24 15:48:22 +02:00
<div id="org53e3466" class="figure">
2020-07-20 11:27:55 +02:00
<p><img src="figs/huddle_test_pdf.png" alt="huddle_test_pdf.png" />
</p>
2020-07-20 13:17:34 +02:00
<p><span class="figure-number">Figure 4: </span>Amplitude Spectral Density of the Displacement during Huddle Test</p>
2020-07-20 11:27:55 +02:00
</div>
</div>
</div>
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-org1e70b14" class="outline-2">
<h2 id="org1e70b14"><span class="section-number-2">4</span> Transfer Function Estimation using the DAC as the driver</h2>
2020-07-20 11:27:55 +02:00
<div class="outline-text-2" id="text-4">
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-org627cdd4" class="outline-3">
<h3 id="org627cdd4"><span class="section-number-3">4.1</span> Time Domain Data</h3>
2020-07-20 11:27:55 +02:00
<div class="outline-text-3" id="text-4-1">
2020-07-24 15:48:22 +02:00
<div id="orga0b06b8" class="figure">
2020-07-20 11:27:55 +02:00
<p><img src="figs/apa95ml_5kg_10V_time_domain.png" alt="apa95ml_5kg_10V_time_domain.png" />
</p>
2020-07-20 13:17:34 +02:00
<p><span class="figure-number">Figure 5: </span>Time domain signals during the test</p>
2020-07-20 11:27:55 +02:00
</div>
2020-07-17 11:56:08 +02:00
</div>
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-orgb2e3ad4" class="outline-3">
<h3 id="orgb2e3ad4"><span class="section-number-3">4.2</span> Comparison of the PSD with Huddle Test</h3>
2020-07-20 11:27:55 +02:00
<div class="outline-text-3" id="text-4-2">
2020-07-17 11:56:08 +02:00
<div class="org-src-container">
2020-07-20 11:27:55 +02:00
<pre class="src src-matlab">Ts = t(end)/(length(t)-1);
Fs = 1/Ts;
2020-07-17 11:56:08 +02:00
2020-07-20 11:27:55 +02:00
win = hanning(ceil(1*Fs));
2020-07-17 11:56:08 +02:00
</pre>
</div>
2020-07-20 11:27:55 +02:00
<div class="org-src-container">
<pre class="src src-matlab">[pxx, f] = pwelch(y, win, [], [], Fs);
[pht, ~] = pwelch(ht.y, win, [], [], Fs);
</pre>
</div>
2020-07-24 15:48:22 +02:00
<div id="org8170f8d" class="figure">
2020-07-20 11:27:55 +02:00
<p><img src="figs/apa95ml_5kg_10V_pdf_comp_huddle.png" alt="apa95ml_5kg_10V_pdf_comp_huddle.png" />
</p>
2020-07-20 13:17:34 +02:00
<p><span class="figure-number">Figure 6: </span>Comparison of the ASD for the identification test and the huddle test</p>
2020-07-20 11:27:55 +02:00
</div>
2020-07-17 11:56:08 +02:00
</div>
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-orgd81c13d" class="outline-3">
<h3 id="orgd81c13d"><span class="section-number-3">4.3</span> Compute TF estimate and Coherence</h3>
2020-07-20 11:27:55 +02:00
<div class="outline-text-3" id="text-4-3">
<div class="org-src-container">
<pre class="src src-matlab">Ts = t(end)/(length(t)-1);
Fs = 1/Ts;
</pre>
</div>
2020-07-17 11:56:08 +02:00
<div class="org-src-container">
2020-07-20 11:27:55 +02:00
<pre class="src src-matlab">win = hann(ceil(1/Ts));
[tf_est, f] = tfestimate(u, -y, win, [], [], 1/Ts);
[co_est, ~] = mscohere( u, -y, win, [], [], 1/Ts);
2020-07-17 11:56:08 +02:00
</pre>
</div>
2020-07-20 11:27:55 +02:00
2020-07-24 15:48:22 +02:00
<div id="orgb44ea20" class="figure">
2020-07-20 11:27:55 +02:00
<p><img src="figs/apa95ml_5kg_10V_coh.png" alt="apa95ml_5kg_10V_coh.png" />
</p>
2020-07-20 13:17:34 +02:00
<p><span class="figure-number">Figure 7: </span>Coherence</p>
2020-07-20 11:27:55 +02:00
</div>
2020-07-24 15:48:22 +02:00
<div id="org0f7463c" class="figure">
2020-07-20 11:27:55 +02:00
<p><img src="figs/apa95ml_5kg_10V_tf.png" alt="apa95ml_5kg_10V_tf.png" />
</p>
2020-07-20 13:17:34 +02:00
<p><span class="figure-number">Figure 8: </span>Estimation of the transfer function from input voltage to displacement</p>
</div>
2020-07-20 11:27:55 +02:00
</div>
2020-07-17 11:56:08 +02:00
</div>
2020-07-20 13:29:36 +02:00
2020-07-24 15:48:22 +02:00
<div id="outline-container-org7b450ca" class="outline-3">
<h3 id="org7b450ca"><span class="section-number-3">4.4</span> Comparison with the FEM model</h3>
2020-07-20 13:29:36 +02:00
<div class="outline-text-3" id="text-4-4">
<div class="org-src-container">
<pre class="src src-matlab">load('mat/fem_model_5kg.mat', 'Ghm');
</pre>
</div>
2020-07-24 15:48:22 +02:00
<div id="orgbdfdc24" class="figure">
2020-07-20 13:29:36 +02:00
<p><img src="figs/apa95ml_5kg_comp_fem.png" alt="apa95ml_5kg_comp_fem.png" />
</p>
<p><span class="figure-number">Figure 9: </span>Comparison of the identified transfer function and the one estimated from the FE model</p>
</div>
2020-07-24 11:34:18 +02:00
</div>
</div>
<div class="outline-text-2" id="text-4">
<div class="important">
<p>
The problem comes from the fact that the piezo is driven directly by the DAC that cannot deliver enought current.
In the next section, a current amplifier is used.
</p>
2020-07-20 13:29:36 +02:00
</div>
</div>
2020-07-17 11:56:08 +02:00
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-orgf7b3cee" class="outline-2">
<h2 id="orgf7b3cee"><span class="section-number-2">5</span> Transfer Function Estimation using the PI Amplifier</h2>
<div class="outline-text-2" id="text-5">
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-orgd96ab97" class="outline-3">
<h3 id="orgd96ab97"><span class="section-number-3">5.1</span> Comparison of the PSD with Huddle Test</h3>
<div class="outline-text-3" id="text-5-1">
<div class="org-src-container">
<pre class="src src-matlab">Ts = t(end)/(length(t)-1);
Fs = 1/Ts;
win = hanning(ceil(1*Fs));
2020-07-24 11:34:18 +02:00
</pre>
</div>
<div class="org-src-container">
<pre class="src src-matlab">[pxx, f] = pwelch(y, win, [], [], Fs);
[pht, ~] = pwelch(ht.y, win, [], [], Fs);
</pre>
</div>
2020-07-24 11:34:18 +02:00
2020-07-24 15:48:22 +02:00
<div id="orgbc7a9a7" class="figure">
<p><img src="figs/apa95ml_5kg_PI_pdf_comp_huddle.png" alt="apa95ml_5kg_PI_pdf_comp_huddle.png" />
2020-07-24 11:34:18 +02:00
</p>
<p><span class="figure-number">Figure 10: </span>Comparison of the ASD for the identification test and the huddle test</p>
</div>
</div>
</div>
2020-07-24 11:34:18 +02:00
2020-07-24 15:48:22 +02:00
<div id="outline-container-orgf49c967" class="outline-3">
<h3 id="orgf49c967"><span class="section-number-3">5.2</span> Compute TF estimate and Coherence</h3>
<div class="outline-text-3" id="text-5-2">
2020-07-24 11:34:18 +02:00
<div class="org-src-container">
<pre class="src src-matlab">Ts = t(end)/(length(t)-1);
Fs = 1/Ts;
</pre>
</div>
2020-07-24 11:34:18 +02:00
<div class="org-src-container">
<pre class="src src-matlab">win = hann(ceil(1/Ts));
[tf_est, f] = tfestimate(u, -y, win, [], [], 1/Ts);
[tf_um , ~] = tfestimate(um, -y, win, [], [], 1/Ts);
[co_est, ~] = mscohere( um, -y, win, [], [], 1/Ts);
2020-07-24 11:34:18 +02:00
</pre>
</div>
2020-07-24 15:48:22 +02:00
<div id="org883cf4f" class="figure">
<p><img src="figs/apa95ml_5kg_PI_coh.png" alt="apa95ml_5kg_PI_coh.png" />
2020-07-24 11:34:18 +02:00
</p>
<p><span class="figure-number">Figure 11: </span>Coherence</p>
2020-07-24 11:34:18 +02:00
</div>
2020-07-24 15:48:22 +02:00
<div id="orgefbbeeb" class="figure">
<p><img src="figs/apa95ml_5kg_PI_tf.png" alt="apa95ml_5kg_PI_tf.png" />
2020-07-24 11:34:18 +02:00
</p>
<p><span class="figure-number">Figure 12: </span>Estimation of the transfer function from input voltage to displacement</p>
</div>
</div>
2020-07-24 11:34:18 +02:00
</div>
2020-07-24 13:06:02 +02:00
2020-07-24 15:48:22 +02:00
<div id="outline-container-orgeb00ff9" class="outline-3">
<h3 id="orgeb00ff9"><span class="section-number-3">5.3</span> Comparison with the FEM model</h3>
<div class="outline-text-3" id="text-5-3">
2020-07-24 13:06:02 +02:00
<div class="org-src-container">
<pre class="src src-matlab">load('mat/fem_model_5kg.mat', 'Ghm');
2020-07-24 13:06:02 +02:00
</pre>
</div>
2020-07-24 15:48:22 +02:00
<div id="orgfd1fd2d" class="figure">
<p><img src="figs/apa95ml_5kg_pi_comp_fem.png" alt="apa95ml_5kg_pi_comp_fem.png" />
</p>
<p><span class="figure-number">Figure 13: </span>Comparison of the identified transfer function and the one estimated from the FE model</p>
2020-07-24 11:34:18 +02:00
</div>
</div>
</div>
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-org0baf7a6" class="outline-2">
<h2 id="org0baf7a6"><span class="section-number-2">6</span> Transfer function of the PI Amplifier</h2>
2020-07-24 11:34:18 +02:00
<div class="outline-text-2" id="text-6">
</div>
2020-07-24 15:48:22 +02:00
<div id="outline-container-org94a6d47" class="outline-3">
<h3 id="org94a6d47"><span class="section-number-3">6.1</span> Compute TF estimate and Coherence</h3>
2020-07-24 11:34:18 +02:00
<div class="outline-text-3" id="text-6-1">
<div class="org-src-container">
<pre class="src src-matlab">Ts = t(end)/(length(t)-1);
Fs = 1/Ts;
</pre>
</div>
<p>
The coherence and the transfer function are estimate from the voltage input of the PI amplifier to its voltage inputs.
</p>
<p>
2020-07-24 15:48:22 +02:00
The coherence is very good as expected (Figure <a href="#org12654c2">14</a>).
</p>
<p>
2020-07-24 15:48:22 +02:00
The transfer function show a low pass filter behavior with a lot of phase drop (Figure <a href="#org23ba982">15</a>).
</p>
<div class="org-src-container">
<pre class="src src-matlab">win = hann(ceil(10/Ts));
[tf_est, f] = tfestimate(u, um, win, [], [], 1/Ts);
[co_est, ~] = mscohere( u, um, win, [], [], 1/Ts);
</pre>
</div>
2020-07-24 15:48:22 +02:00
<div id="org12654c2" class="figure">
<p><img src="figs/PI_E505_coh.png" alt="PI_E505_coh.png" />
</p>
<p><span class="figure-number">Figure 14: </span>Coherence</p>
</div>
2020-07-24 15:48:22 +02:00
<div id="org23ba982" class="figure">
<p><img src="figs/PI_E505_tf.png" alt="PI_E505_tf.png" />
</p>
<p><span class="figure-number">Figure 15: </span>Estimation of the transfer function from input voltage to displacement</p>
</div>
<p>
2020-07-24 15:48:22 +02:00
The delay can be estimated as follow (in ms):
</p>
<div class="org-src-container">
2020-07-24 15:48:22 +02:00
<pre class="src src-matlab">finddelay(u, um)*(1000*Ts)
</pre>
</div>
<pre class="example">
2020-07-24 15:48:22 +02:00
0.4
</pre>
2020-07-24 15:48:22 +02:00
<p>
This most probably corresponds to a FIR filter.
</p>
</div>
</div>
</div>
2020-07-17 11:56:08 +02:00
</div>
<div id="postamble" class="status">
<p class="author">Author: Dehaeze Thomas</p>
2020-07-24 15:48:22 +02:00
<p class="date">Created: 2020-07-24 ven. 15:48</p>
2020-07-17 11:56:08 +02:00
</div>
</body>
</html>