The commands available in this menu change depending upon the selected project window.
The Analysis -> Differentiate... command opens the SymPy dialog allowing to compute the symbolic differentiation of a user-defined function of several variables.
The Analysis -> Integrate... command opens the SymPy dialog allowing to compute the definite or indefinite integral of a user-defined function of several variables.
The commands in this menu can be used to sort the selected column(s).
The Analysis -> Sort Column -> Ascending command sorts the selected column or columns in ascending order. If the selection contains more than one column they are sorted independently.
The Analysis -> Sort Column -> Descending command sorts the selected column or columns in descending order. If the selection contains more than one column they are sorted independently.
The Analysis -> Sort Column -> Custom... command becomes available if there are more than one column selected. This command opens the Sorting Options dialog. In this dialog you have the option to sort the selected columns:
separately: each column will be sorted independently in ascending or descending order
together: the column selected as the leading column will be sorted into ascending or descending order. The other selected columns will be sorted so as to keep the rows unchanged.
The Analysis -> Sort Table command opens the Sorting Options dialog. It functions in the the same manner as the Custom... command, except that it operates on all columns of the active table.
These commands are used to normalize data in tables. In this case, normalization is the process of dividing each entry in the column by the column's maximum positive value, making the maximum range value equal to 1. Data is not re-centered so negative values will remain negative and the minimum value may be less than -1. Columns are normalized separately. The command does not create new columns for the normalized data but replaces the values in the selected columns with their normalized values. There are 2 variants of this command:
The Analysis -> Normalize -> Normalize -> Columns command normalizes only the selected column or columns. If you want the normalized data in a new column, use the Add Column command to create a new column, fill it using a "copy/paste" sequence and then normalize the new column.
The Analysis -> Normalize -> Normalize -> Table command normalizes all the columns of the table. It is not a global normalization of all values of the table: each column is normalized separately.
The Analysis -> Differentiate command computes the derivative of the selected Y columns using centered finite differences. A new plot is created displaying the result of the numerical differentiation. This command creates a new (hidden) table that contains one column of X-values and one column of derivatives of the Y-values.
The Analysis -> Integrate... command computes the integral of the selected Y column using the trapezoidal rule. This command opens the Integration Options dialog that allows to specify the data range to be integrated.
The Analysis -> FFT... command computes a direct or inverse Fast Fourier Transform. The parameters used can be set with the FFT dialog. See the fft section of the Analysis chapter for more details.
The Analysis -> Correlate command computes the cross-correlation of the two selected columns. See the correlate section of the Analysis chapter for more details.
The Analysis -> Autocorrelate command computes the cross-correlation of the selected column with itself (auto-correlation). See the correlate section of the Analysis chapter for more details.
Does a convolution of two selected columns. The first one being the response and the second the signal. See the convolution section of the Analysis chapter for more details.
The Analysis -> Deconvolute command computes the deconvolution of two selected columns. The first one being the response and the second the signal. See the deconvolution section of the Analysis chapter for more details.
The Fitting menu provides the following data fitting routines for tables:
The Analysis -> Fitting -> Fit Slope command performs a linear fit of the selected curve, using the f(x) = A*x function and the default data fit settings.
The Analysis -> Fitting -> Fit Linear (Default) command performs a linear fit of the selected curve, using the default data fit settings. The results will be given in the Log panel.
The Analysis -> Fitting -> Multiple Linear Regression... command opens the Multiple Linear Regression dialog.
Opens the Fit Wizard dialog, allowing to fit a Y data column from the active table with a user defined analytical function f(x). See the Data Fitting section of the Analysis chapter for more details.
Opens the Fit Wizard 2D dialog, allowing to fit a Z data column from the active table with a built-in or user defined 2D analytical function f(x, y).
The following items are enabled only if the active window is a 2D Multilayer Plot Window. If the active plot layer contains more than one curve, and the Data Range Selectors are not enabled, a dialog window will pop-up allowing you to select the curve you want to analyze.
In most cases (except for integration), a new red curve is added to the active plot layer and a new table containing the data used to plot this curve is added to the workspace. Useful information about the operation performed will be shown in the Results Log display.
The commands for the FFT... and Fit Wizard are presented in the Table Analysis Menu.
This command is only available when an image object is selected in the active 2D plot layer. It can be used to retrieve the pixel intensities from an image. It opens an integer value dialog allowing to select the number of pixels to be averaged when calculating the pixel intensity. The selection of the pixel range from the image is done manually by drawing a line whose end points must be situated inside the image. When the right end point of the line is selected and the left button of the mouse is released, QtiPlot creates a new plot window displaying the intensity profile curve.
This next group of are 2 commands are used for translating curves horizontally and vertically.
The Analysis -> Translate -> Vertical command is used to move a curve in the vertical direction. When the command is selected, the cursor changes to a box and cross with an X-Y coordinate display which floats along with the cursor. You then select 2 points. The first must be a point on a curve. When the first points is selected, a crosshair will be drawn to indicate it's location. The second point can then be selected anywhere in the active graph region. The vertical distance between the selected points will be calculated, and the selected curve will be translated by this amount. The net result is to place the selected graph point at the new vertical location. Horizontal distance is ignored. This allows selection of the second point at one of the vertical axes, facilitating alignment of the selected graph point with some value on that axis. The second point may also be another curve point (either on the same or a different curve), a feature which makes it easy to align two or more curves in the vertical direction. Warning: the underlying curve's data is modified by this operation. No other warning will be given.
The Analysis -> Translate -> Horizontal command is used to move a curve in the horizontal direction. When the command is selected, the cursor changes to a box and cross with an X-Y coordinate display which floats along with the cursor. You then select 2 points. The first must be a point on a curve. When the first points is selected, a crosshair will be drawn to indicate it's location. The second point then can be selected anywhere on the active graph region. The horizontal distance between the selected points will be calculated, and the curve will be translated horizontally by this amount. The net result is to place the selected graph point at the new location. Vertical distance is ignored. This allows selection of the second point at one of the horizontal axes, facilitating alignment of the selected graph point with some value on that axis. The second point may also be another curve point (either on the same or a different curve), a feature which makes it easy to align two or more curves in the horizontal direction. Warning: the underlying curve's data is modified by this operation. No other warning will be given.
The Subtract group is also used to translate curves, however, in these cases, some functional relationship is used.
The Analysis Subtract -> Baseline command opens the Baseline dialog.
The Analysis Subtract -> Reference Data command opens the Math on Data Sets dialog which makes possible to perform arithmetic operations on data curves.
The Analysis Subtract -> Straight Line command operates in a manner similar to the Analysis -> Subtract -> Baseline command. However, in this case, the two points which are selected define the end-points of a straight line which is subtracted from all the curves on the layer.The cursor changes to a cross target with an X-Y coordinate display which floats along with the cursor, similar to that used in the Analysis -> Subtract -> Baseline command. When the first point is selected, it will be marked with a small circle and crosshairs. As soon as the second point is selected, the line between the two points will be subtracted from the curves. Warning: the underlying curves' data is modified by this operation. No other warning will be given.
The Analysis -> Peaks... command opens the Find Peaks dialog.
The Analysis -> Differentiate command creates a new plot displaying the resulting curve of the numerical differentiation. The computation of the derivative is done by centered finite differences. A new table is created which contains one column for X-values and one column for derivatives of Y-values. It also creates a new plot of the derivative.
The Analysis -> Integrate... command performs a piecewise numerical integration of a curve on the selected layer. Curves are integrated using the trapezoidal rule. There must be at least one curve on the plot layer. This command opens the Integration Options dialog that allows to specify the data range to be integrated.
The Analysis -> Integrate Function... command provides the capability of performing the numerical integration of a user defined function. The Integrate Function dialog is opened when this command is executed.
The Analysis -> Integrate Function - SymPy... command provides the capability of performing the symbolic integration of a user defined function. This command is only available if QtiPlot was compiled with built-in Python scripting support. It opens the SymPy dialog.
There are four commands available in the Smooth menu:
The Analysis -> Smooth -> Savitsky-Golay... command opens the Smoothing Options dialog with the Savitzky-Golay method already selected.
The Analysis -> Smooth -> Moving Window Average... command opens the Smoothing Options dialog with the moving window average method already selected.
The Analysis -> Smooth -> Lowess... command opens the Smoothing Options dialog with the Lowess (aka Loess) method already selected.
The Analysis -> Smooth -> FFT Filter... command opens the Smoothing Options dialog with the FFT Filter method already selected.
The Analysis -> FFT Filter menu item provides Lowpass, Highpass, Bandpass and Bandreject filter topologies:
The Analysis -> FFT Filter -> Low Pass... command uses an FFT based digital filter to attenuate the high frequencies present in an input signal. See the filtering section for more details. This command opens the FFT Filter Dialog with the filter type set to Low Pass FFT Filter. In this dialog you can select the curve (input signal) to filter and the cut-off frequency of the filter.
This command creates a new table containing the filtered data, and adds a new curve to the current layer. The curve is a plot of the filtered data.
The Analysis -> FFT Filter -> High Pass... command uses an FFT based digital filter to attenuate the low frequencies present in an input signal. See the filtering section for more details. This command opens the FFT Filter Dialog with the filter type set to High Pass FFT Filter. In this dialog you can select the curve to filter and the cut-off frequency of the filter.
This command creates a new table containing the filtered data, and adds a new curve to the current layer. The curve is a plot of the filtered data.
The Analysis -> FFT Filter -> Band Pass... command uses an FFT based digital filter to attenuate both high and low frequencies present in an input signal. See the filtering section for more details. This command opens the FFT Filter Dialog with the filter type set to Band Pass FFT Filter. In this dialog you can select the curve to filter and both the low and high cutoff frequencies of the filter.
This command creates a new table containing the filtered data, and adds a new curve to the current layer. The curve is a plot of the filtered data.
The Analysis -> FFT Filter -> Band Pass... command uses an FFT based digital filter to remove a band of frequencies from a signal while leaving those frequencies above and below the stop band. See the filtering section for more details. This command opens the FFT Filter Dialog with the filter type set to Band Block FFT Filter. In this dialog you can select the curve to filter and both the lower and upper stop-band frequencies of the filter.
This command creates a new table containing the filtered data, and adds a new curve to the current layer. The curve is a plot of the filtered data.
The Analysis -> Math on Data Sets... command opens the Math on Data Sets dialog which makes possible to perform arithmetic operations on data curves.
The Analysis -> Average Multiple Curves... command opens the Average Multiple Curves dialog which makes possible to average multiple input curves in order to create a new one.
The Analysis -> Convex Hull... command opens the Convex Hull dialog which can be used in order to find the smallest convex polygon that contains all the points of a data curve from the active plot layer.
The Analysis -> Intersections... command opens the Intersections dialog which can be used in order to find the intersections between the curves in the active plot layer.
The Analysis -> Interpolate... command performs an interpolation using the selected method. The curve must have enough data points to compute interpolated points, if not a warning message will be popped up.
The available interpolation methods are Linear (the curve must contain at least 3 points), Cubic Spline (the curve you analyze must contain at least 4 points), Non-rounded Akime spline (the curve you analyze must contain at least 5 points). See the Analysis chapter for a comparison of the different methods.
This command creates a new curve on the current layer, and a new table.
The Analysis -> FFT... command performs a forward or inverse FFT of the selected curve. The parameters used can be set with the FFT dialog.
The inverse FFT transform of a forward transform will result in a data set identical to that used for the forward transform.
The Fitting menu provides the following data fitting routines for plot curves:
The Analysis -> Fitting -> Fit Slope command performs a linear fit of the selected curve, using the f(x) = A*x function and the default data fit settings.
The Analysis -> Fitting -> Fit Linear (Default) command performs a linear fit of the selected curve, using the default data fit settings. The results will be given in the Log panel.
The Analysis -> Fitting -> Fit Linear... command opens the Linear Fit Options dialog, allowing to choose the curve to fit, the number of points for the resulting curve and the abscissa limits for the fit as well as some other data fit options.
The Analysis -> Fitting -> Fit Polynomial... command opens the Polynomial Fit Options dialog, allowing to choose the curve to fit, the order of the polynomial function to use, the number of points of the resulting curve and the abscissa limits for the fit.
Fit Exponential Decay provides 3 forms of exponential decay:
The Fit Exponential Decay -> First Order... opens the Fit Exponential Decay dialog, allowing you to choose the curve to fit and the initial guesses for the fit parameters.
The Fit Exponential Decay -> Second Order... opens the Fit Exponential Decay - Second Order dialog, allowing you to choose the curve to fit and the initial guesses for the fit parameters.
The Fit Exponential Decay -> Third Order... opens the Fit Exponential Decay - Third Order dialog, allowing you to choose the curve to fit and the initial guesses for the fit parameters.
Analysis -> Fitting -> Fit Exponential Growth... opens the Fit Exponential Growth Dialog, allowing to choose the curve to fit and the initial guesses for the fit parameters.
The Analysis -> Fitting -> Fit Boltzmann (sigmoidal) performs a fit to a Boltzmann function on the selected curve. It can be used to obtain the correlation equation of an S shaped data set.
The Analysis -> Fitting -> Fit Logistic performs a fit to a Logistic function on the selected curve. It can be used to obtain the correlation equation of an S shaped data set.
The Analysis -> Fitting -> Fit Sine performs a fit to a sine function on the selected curve.
The Analysis -> Fitting -> Fit Sine Square performs a fit to a sine square function on the selected curve.
Analysis -> Fitting -> Fit Pseudo-Voigt provides two forms of Pseudo-Voigt profile:
The Fit Pseudo-Voigt -> PsdVoigt1... performs a fit to a PsdVoigt1 function on the selected curve.
The Fit Pseudo-Voigt -> PsdVoigt2... performs a fit to a PsdVoigt2 function on the selected curve.
The Analysis -> Fitting -> Fit Gaussian performs a Gaussian fit to the selected curve. It can be used to obtain the correlation equation of a bell shaped data set.
Analysis -> Fitting -> Fit Lorentzian performs a Lorentzian fit to the selected curve. It can be used to obtain the correlation equation of a bell shaped data set.
Fit Multi-peak performs a fit to a sum of profile functions on the selected curve. Five different profiles are available:
The Fit Multi-peak -> GaussAmp... performs a sum of N GaussAmp functions on the selected curve.
Fit Multi-peak -> Gaussian... performs a fit to a sum of N Gaussian functions on the selected curve.
Fit Multi-peak -> Lorentzian... performs a fit to a sum of N Lorentzian functions on the selected curve.
Fit Multi-peak -> PsdVoigt1... performs a fit to a sum of N Pseudo-Voigt functions on the selected curve.
Fit Multi-peak -> PsdVoigt2... performs a fit to a sum of N Pseudo-Voigt functions on the selected curve.
Opens the Fit Wizard dialog, allowing you to choose the curve to fit, the algorithm and tolerance to use, and the number of iterations to be performed. You also enter the analytical function, the names of the fitting parameters and their initial (guessed) values. See the Data Fitting section of the Analysis chapter for more details.
The following items are enabled only if the active window is a matrix window.
The Analysis -> Integrate command computes the integral of the selected matrix using the trapezoidal rule. The result will be displayed in the Log panel.
The Analysis -> FFT... command computes a direct or inverse two dimensional Fast Fourier Transform. The parameters used can be set with the FFT dialog. See the FFT section of the Analysis chapter for more details.
The Analysis -> Forward FFT command computes a direct two dimensional Fast Fourier Transform. Please beware that the input matrix will be modified in order to store the amplitudes of the 2D FFT operation.
The Analysis -> Inverse FFT command computes an inverse two dimensional Fast Fourier Transform. Please beware that the input matrix will be modified in order to store the amplitudes of the 2D FFT operation.
The Analysis -> FFT Filter menu item provides Lowpass, Highpass, Bandpass and Bandreject filters. QtiPlot uses the two dimensional FFT method explained in the following article by Paul Bourke: http://paulbourke.net/miscellaneous/dft/.
The Analysis -> FFT Filter -> Low Pass... command uses a two dimensional FFT based digital filter to attenuate the high frequencies present in an input matrix, see the following article by Paul Bourke http://paulbourke.net/miscellaneous/imagefilter/ for more details. This command opens the FFT Filter Dialog with the filter type set to Low Pass FFT Filter. In this dialog you can select the matrix to filter and the cut-off frequency of the filter. The input matrix will be modified in order to store the filtered data.
The Analysis -> FFT Filter -> High Pass... command uses a 2D FFT based digital filter to attenuate the low frequencies present in an input matrix, see the following article by Paul Bourke http://paulbourke.net/miscellaneous/imagefilter/ for more details. This command opens the FFT Filter Dialog with the filter type set to High Pass FFT Filter. In this dialog you can select the matrix to filter and the cut-off frequency of the filter. The input matrix will be modified in order to store the filtered data.
The Analysis -> FFT Filter -> Band Pass... command uses a 2D FFT based digital filter to attenuate both high and low frequencies present in an input signal, see the following article by Paul Bourke http://paulbourke.net/miscellaneous/imagefilter/ for more details. This command opens the FFT Filter Dialog with the filter type set to Band Pass FFT Filter. In this dialog you can select the matrix to filter and both the low and high cutoff frequencies of the filter. The input matrix will be modified in order to store the filtered data.
The Analysis -> FFT Filter -> Band Pass... command uses a 2D FFT based digital filter to remove a band of frequencies from a matrix while leaving those frequencies above and below the stop band, see the following article by Paul Bourke http://paulbourke.net/miscellaneous/imagefilter/ for more details. This command opens the FFT Filter Dialog with the filter type set to Band Block FFT Filter. In this dialog you can select the matrix to filter and both the lower and upper stop-band frequencies of the filter. The input matrix will be modified in order to store the filtered data.
The Fitting menu provides the following surface fitting routines for matrices:
The Analysis -> Fitting -> Fit Gaussian performs a Gauss2D fit to the active matrix.
The Analysis -> Fitting -> Fit Lorentzian performs a Lorentz2D fit on the active matrix.
The Analysis -> Fitting -> Fit Voigt2D performs a Voigt2D fit to the active matrix.
The Analysis -> Fitting -> Fit Logistic performs a LogisticCum fit to the active matrix.
The Analysis -> Fitting -> Fit Exponential Decay performs a Exponential2D fit to the active matrix.
The Analysis -> Fitting -> Fit Parabola performs a Parabola2D fit to the active matrix.
Opens the Fit Wizard 2D dialog, allowing to fit the active matrix with a built-in or user defined 2D analytical function f(x, y).
The following commands are available when the active window is a 3D plot.
The Fitting menu provides the following surface fitting routines:
The Analysis -> Fitting -> Fit Gaussian performs a Gauss2D fit on the active 3D plot window. If the 3D plot contains several curves, a selection dialog pops-up, allowing to choose the name of the curve to be fitted.
The Analysis -> Fitting -> Fit Lorentzian performs a Lorentz2D fit on the active 3D plot window. If the 3D plot contains several curves, a selection dialog pops-up, allowing to choose the name of the curve to be fitted.
The Analysis -> Fitting -> Fit Voigt2D performs a Voigt2D fit on the active 3D plot window. If the 3D plot contains several curves, a selection dialog pops-up, allowing to choose the name of the curve to be fitted.
The Analysis -> Fitting -> Fit Logistic performs a LogisticCum fit on the active 3D plot window. If the 3D plot contains several curves, a selection dialog pops-up, allowing to choose the name of the curve to be fitted.
The Analysis -> Fitting -> Fit Exponential Decay performs a Exponential2D fit on the active 3D plot window. If the 3D plot contains several curves, a selection dialog pops-up, allowing to choose the name of the curve to be fitted.
The Analysis -> Fitting -> Fit Plane performs a Plane fit on the active 3D plot window. If the 3D plot contains several curves, a selection dialog pops-up, allowing to choose the name of the curve to be fitted.
The Analysis -> Fitting -> Fit Parabola performs a Parabola2D fit on the active 3D plot window. If the 3D plot contains several curves, a selection dialog pops-up, allowing to choose the name of the curve to be fitted.
Opens the Fit Wizard 2D dialog, allowing to fit a 3D curve from the active 3D plot window with a built-in or user defined 2D analytical function f(x, y). If the active 3D plot window contains several curves, a selection dialog pops-up first allowing to choose the name of the curve to be fitted.
Opens the Simulate Surface dialog which is used to add a noisy 3D plot surface to the active 3D plot window by specifying an analytical function in Cartesian coordinates and a noise level.