jlab-sensing / MFC

0 stars 0 forks source link

Adding Monitoring Matlab Script #7

Open stevegtaylor opened 2 years ago

stevegtaylor commented 2 years ago

Created a script .m file to plot current and voltage of the MFC over time.

cjosephson commented 2 years ago

why matlab? There's an existing python script at https://github.com/jlab-sensing/MFC/blob/master/data_processing/twobat_plot.py

On Tue, Jul 5, 2022 at 7:01 PM CSEsteve @.***> wrote:

Created a script .m file to plot current and voltage of the MFC over time.

— Reply to this email directly, view it on GitHub https://github.com/jlab-sensing/MFC/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMWRUDRKA6OA4M246DED3VSTSFVANCNFSM52YBATCA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Colleen Josephson http://www.cjosephson.net

stevegtaylor commented 2 years ago

Ahhh, John told me that none of the scripts fulfilled that function. As for why Matlab, I didn't have any other reason than how straightforward Matlab is to use and document. John and I were thinking we'd use this script to only to monitor the MFCs as they came online.

cjosephson commented 2 years ago

That script only plots the MFCs. Output looks like below. Teros data is a different one (teros_plotter.py). Anyway, do what you'd like re: matlab vs python, but take a look at the averaging the python script does, otherwise the Rocketlogger data is too noisy.

image