<< fmlin Choice of the Instantaneous Frequency fmpar >>

Time Frequency Toolbox >> Time Frequency Toolbox > Choice of the Instantaneous Frequency > fmodany

fmodany

Signal with arbitrary frequency modulation.

Calling Sequence

[Y,IFLAW]=fmodany(IFLAW)
[Y,IFLAW]=fmodany(IFLAW,T0)

Parameters

IFLAW :

vector of the instantaneous frequency law samples.

T0 :

time reference (default: 1).

Y :

output signal

Description

fmodany generates a frequency modulated signal whose instantaneous frequency law is approximately given by the vector IFLAW (the integral is approximated by CUMSUM). The phase of this modulation is such that y(t0)=1.

Examples

[y1,ifl1]=fmlin(100); [y2,ifl2]=fmsin(100);
iflaw=[ifl1;ifl2]; sig=fmodany(iflaw);
subplot(211); plot(real(sig))
subplot(212); plot(iflaw);

See also

Authors

<< fmlin Choice of the Instantaneous Frequency fmpar >>