GaborWavelet[] represents a Gabor wavelet of frequency 6.GaborWavelet[w] represents a Gabor wavelet of frequency w.
PadeApproximant has been added to the built-in Mathematica kernel. EconomizedRationalApproximation is now available in the newly created Function Approximations Package.
This example displays a modeless dialog that shows all currently loaded Mathematica packages with an update button to refresh the current list. If you load additional ...
AmplitudeModulation[f_c, f_m, m_i, dur] creates a Sound object that is an amplitude-modulated sinusoid, having carrier and modulating frequencies f_c and f_m, measured in ...
FrequencyModulation[f_c, {f_m, pd}, dur] creates a Sound object that is a frequency-modulated sinusoid, having carrier and modulating frequencies f_c and f_m, measured in ...
InitializeGenerator[gen, problem, dvars, {t, t_min, t_max}, opts] returns the trek generator gen[data] when called by EquationTrekker. The specific form of data depends on ...
PoincareSection is a setting for the option TrekGenerator that specifies that the Poincaré section for differential equations is used to generate treks.
CopyDirectory["dir_1", "dir_2"] copies the directory dir_1 to dir_2.
ImageCooccurrence[image, n] gives the n*n cooccurrence matrix for image.ImageCooccurrence[image, n, ker] computes a cooccurrence matrix for arbitrary spatial relationships ...
IndependentEdgeSetQ[g, elist] yields True if the edge list elist is an independent edge set of the graph g, and False otherwise.