diff --git a/index.html b/index.html index 7bfc728..7ac2dcb 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- ++Two voltage amplifiers are tested: +
+ + ++The piezoelectric actuator under test is an APA95ML from Cedrat technology. +It contains three stacks with a capacitance of \(5 \mu F\) each that can be connected independently to the amplifier. +
+ +Load Data @@ -82,7 +103,7 @@ win = hann(ceil(0.1/Ts));
Figure 1: Effect of a change of the piezo capacitance on the Amplifier transfer function
@@ -90,8 +111,8 @@ win = hann(ceil(0.1/Ts));piezo1 = load('mat/pi_505_high.mat', 't', 'V_in', 'V_out'); @@ -118,7 +139,7 @@ win = hann(ceil(0.1/Ts));
Figure 2: Effect of a change of the piezo capacitance on the Amplifier transfer function
@@ -127,12 +148,12 @@ win = hann(ceil(0.1/Ts));hi = load('mat/cedrat_la75b_high_1_stack.mat', 't', 'V_in', 'V_out'); @@ -157,7 +178,7 @@ win = hann(ceil(0.1/Ts));
Figure 3: Effect of a change of voltage level on the Amplifier transfer function
@@ -165,8 +186,8 @@ win = hann(ceil(0.1/Ts));hi = load('mat/pi_505_high.mat', 't', 'V_in', 'V_out'); @@ -187,7 +208,7 @@ win = hann(ceil(0.1/Ts));
Figure 4: Effect of a change of voltage level on the Amplifier transfer function
@@ -196,12 +217,12 @@ win = hann(ceil(0.1/Ts));ce_results = load('mat/cedrat_la75b_high_1_stack.mat', 't', 'V_in', 'V_out'); @@ -219,7 +240,7 @@ win = hann(ceil(0.1/Ts));
Figure 5: Comparison of the two Amplifier transfer functions
@@ -230,7 +251,7 @@ win = hann(ceil(0.1/Ts));Created: 2020-08-13 jeu. 09:43
+Created: 2020-08-13 jeu. 10:00