Here is an implementation of the RealTimeAlgebra J/Link example. You can also interact with the dialog in a modeless session.
Cascade is a setting of ModulationType, an option of function FrequencyModulation.
Overtones is an option to Waveform that specifies the number of overtones to be present in a standard waveform when created with Fourier summation.
Standard is a setting of ModulationType, an option of function FrequencyModulation.
TotalPower[temp] gives the total radiative power emitted by a black body at the specified temperature temp.
JewishNewYear[year] gives the date of the Jewish New Year occurring in Gregorian years between 1900 and 2099.
AlternatingGroupIndex[n, x] gives the cycle index of the alternating group of size n permutations as a polynomial in the symbols x[1], x[2], ..., x[n]}.
ArticulationVertices[g] gives a list of all articulation vertices in graph g. These are vertices whose removal will disconnect the graph.
BipartiteMatching[g] gives the list of edges associated with a maximum matching in bipartite graph g. If the graph is edge weighted, then the function returns a matching with ...
CompleteQ[g] yields True if graph g is complete. This means that between any pair of vertices there is an undirected edge or two directed edges going in opposite directions.