fbfN: b's frequency divided by the Nyquist frequency; 0.220 by default.
fcfN: c's frequency divided by the Nyquist frequency; 0.375 by default.
fdfN: d's frequency divided by the Nyquist frequency; fbfN + fcfN by default.
num_points: The number of sampling points in a record; 128 by default.
num_records: The number of records; 64 by default.
noise_sd: The standard deviation of a Gaussian noise perturbing samples; 0.1 (-20dB) by default.
phase_coherence: If TRUE (default), the phase coherence in the signal d is on; otherwise off.
product_term: If TRUE, the product of b and c is included in the model; FALSE by default.
Returns
A matrix of num_points rows x num_records columns.
Details
This function produces a list of numeric vectors; its each element represents a test signal in which three oscillators b, c, and d are superimposed. The ratio of the frequency of b (f1) to the Nyquist frequency is 0.220 and the ratio of the frequency of c (f2) to the Nyquist frequency is 0.375, by default. The d's frequency f3 is equal to f1 + f2 unless specified otherwise. Optionally the product of b and c is also added to signals.