[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [4418] not sure what i changed :(
From: |
antoine drouin |
Subject: |
[paparazzi-commits] [4418] not sure what i changed :( |
Date: |
Fri, 08 Jan 2010 20:19:28 +0000 |
Revision: 4418
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=4418
Author: poine
Date: 2010-01-08 20:19:28 +0000 (Fri, 08 Jan 2010)
Log Message:
-----------
not sure what i changed :(
Modified Paths:
--------------
paparazzi4/trunk/hw/booz/baro_amp.sce
paparazzi4/trunk/hw/lisa/lisa_main-0_99.sch
Modified: paparazzi4/trunk/hw/booz/baro_amp.sce
===================================================================
--- paparazzi4/trunk/hw/booz/baro_amp.sce 2010-01-08 20:05:54 UTC (rev
4417)
+++ paparazzi4/trunk/hw/booz/baro_amp.sce 2010-01-08 20:19:28 UTC (rev
4418)
@@ -91,7 +91,6 @@
ylabel('Volts');
xlabel('meters');
-
subplot(3,1,3)
off1 = 0;
[vo] = amplify(vi, off1);
@@ -103,11 +102,16 @@
[vo] = amplify(vi, off1);
plot2d(vi,vo,2);
+
off1 = 3.3;
[vo] = amplify(vi, off1);
k = find(vo < 3.3);
max_sensor_out = vi(k($))
+
+
+
+
plot2d(vi,vo,3);
xtitle('amp output vs sensor output');
ylabel('Volts');
@@ -123,4 +127,8 @@
gain = 1 + R10/R6 + R10/R5 + R10/(R20+R21)
-offset_gain = R10/(R20+R21)
\ No newline at end of file
+offset_gain = R10/(R20+R21)
+
+
+//xset("color",5)
+//xrect(-1,1,2,2)
Modified: paparazzi4/trunk/hw/lisa/lisa_main-0_99.sch
===================================================================
(Binary files differ)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [4418] not sure what i changed :(,
antoine drouin <=