TokenWords is an option for Read and related functions which gives a list of token words to be used to delimit words.
The functions defined in Music` allow you to make conversions between cents and hertz, and play scales in one of the common tuning systems, or in a user-specified tuning ...
RemoveProperty[{obj, item}] removes all properties associated with item in obj.RemoveProperty[{obj, item}, name] removes the property name associated with item in obj.
DifferenceDelta[f, i] gives the discrete difference \[DifferenceDelta]_i f = f(i + 1) - f(i).DifferenceDelta[f, {i, n}] gives the multiple difference DifferenceDelta[f, {i, ...
SmoothHistogram[{x_1, x_2, ...}] plots a smooth kernel histogram of the values x_i.SmoothHistogram[{x_1, x_2, ...}, espec] plots a smooth kernel histogram with estimator ...
FindShortestTour[{e_1, e_2, ...}] attempts to find an ordering of the e_i that minimizes the total distance on a tour that visits all the e_i once.
One of the most powerful aspects of graphics in Mathematica is the availability of three-dimensional as well as two-dimensional graphics primitives. By combining ...
Wavelets are short wavelike functions that can be scaled and translated. Wavelet transforms take any signal and express it in terms of scaled and translated wavelets. The ...
Constructors[javaclass] returns a list of the Java declarations for all constructors of the specified JavaClass. Constructors["classname"] lists the constructor for the named ...
GaussianFilter[image, r] filters image by convolving with a Gaussian kernel of pixel radius r.GaussianFilter[image, r, {n_1, n_2}] convolves image with a kernel formed from ...