Hi there,
I am working working with displacement data and using dplot to differentiate this data to generate velocity, smooth and then differentiate to generate acceleration data.
My question is, is there a way to calculate the objects force from the acceleration curve using the following formula: ((g [9.81]*mass [say 20kg])+(mass[say 20kg]*acceleration)).
If this were possible the velocity curve could then be multiplied by the force data to obtain mechanical power output.
Up until now I have been copying the data over to excel to perform these calculations but was wondering if there was perhaps a quicker way.
Many thanks,
Jason.
new user question
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Jason,
You can perform whatever manipulations you want to on your data within DPlot using Edit>Operate on Y. If you want to preserve the curve you'll be operating on then make a copy of it first: Edit>Copy>Data values, Edit>Paste.
You can perform whatever manipulations you want to on your data within DPlot using Edit>Operate on Y. If you want to preserve the curve you'll be operating on then make a copy of it first: Edit>Copy>Data values, Edit>Paste.
Visualize Your Data
support@dplot.com
support@dplot.com
-
- Posts: 3
- Joined: Wed Sep 03, 2008 12:29 pm
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Yes, use Generate>Y=f(X,Y1,Y2,...)
For example to multiple the amplitudes of the 2nd curve by the amplitudes of the 3rd curve, use Y=Y2*Y3
For example to multiple the amplitudes of the 2nd curve by the amplitudes of the 3rd curve, use Y=Y2*Y3
Visualize Your Data
support@dplot.com
support@dplot.com
-
- Posts: 3
- Joined: Wed Sep 03, 2008 12:29 pm