|
|
how can one use mathematica get the approximate derivative of {x,y} data points? #2
The derivative curve you will get with Interpolation[]' can look very weird. I find I get better results using Interpolation[..., Method->"Spline"]'. The Spline function is continuous in first and second derivatives, so the resulting derivative is smoother.
Daniel
|
|
0
|
|
|
|
Reply
|
dmaxwarren (111)
|
1/16/2012 12:03:52 PM |
|
Setting InterpolationOrder->1 within your Interpolation function, and you can often fix the undesirable outcome you have identified.
________________________________________
From: dr DanW [dmaxwarren@gmail.com]
Sent: Monday, January 16, 2012 17:12
Subject: how can one use mathematica get the approximate derivative of {x,y} data points?
The derivative curve you will get with Interpolation[]' can look very weird. I find I get better results using Interpolation[..., Method->"Spline"]'. The Spline function is continuous in first and second derivatives, so the resulting derivative is smoother.
Daniel
|
|
0
|
|
|
|
Reply
|
smartin4798 (93)
|
1/17/2012 8:33:13 AM
|
|
|
1 Replies
30 Views
(page loaded in 0.038 seconds)
Similiar Articles: bump map from normal map ? - comp.graphics.api.openglFinite differences are used to approximate the derivatives ... One choice is to use H_x(xmax-1,y) = H_x(xmax-2,y) H_y(x,ymax-1 ... Plot points on map as varying size dots ... Help with discrete double integral - comp.soft-sys.matlab ...... over [x-1/2, x+1/2) and (y ... can integrate this with no trouble. (2) But now the thing is that I need to integrate discrete data set of f(x,y) and ... few points to get a ... 3D plot - comp.soft-sys.math.scilabThe points of trajectories are given as three separate matrices (x, y and z), data for individual plots are in ... excuse me if my english is a little bit approximate ... Roots - Bisection method - comp.soft-sys.matlabFind approximate root of function of integer variable ... between the successive integers k > and k+1. You can use a ... Displaying Overlapping Data Points - comp.soft-sys.gis ... Problems to calculate sin - comp.lang.java.programmer... sin(30)=0.5 but when I use Math.sin() I can't get ... and efficient to use the values from several points near ... Find maxima in lists of data - comp.soft-sys.math.mathematica ... [comp.publish.cdrom] CD-Recordable FAQ, Part 1/4 - comp.publish ...Archive-name: cdrom/cd-recordable/part1 Posting-Frequency: monthly Last-modified: 2008/10/09 Version: 2.71 Send corrections and updates to And... How to get envelope from AM signal without phase shift - comp.dsp ...... x,y ... 1) Consistently fail to use the simplest terminology wrt to wave propagation 2) Do not have the faintest clue about data ... Mathematica code (checked on ver 5.2 ... Derivatives and integrals in Mathematica - Department of Computer ...... Mathematica treats all derivatives as partial derivatives, so we have D[x y^2, x] y^2 D[x y^2, y] 2 x y To take the second derivative, we can just use the ... points; Plotting functions; Combining two or more plots; Fitting data to ... Approximate Functions and Interpolation - Wolfram Mathematica 8 ...... which depends on one or more parameters. Mathematica uses approximate ... values and possibly derivatives at a sequence of points. ... Operations on Data > Approximate ... 7/12/2012 4:00:55 PM
|
|
|
|
|
|
|
|
|