Setting the correct value for sigma in fcwt() for a particular
use case is important.
Sigma controls the wavelet spread used by the FCWT and so determines
the time-/frequency resolution (depending on a given reference frequency).
Value
A dimensionless number controlling the FCWT wavelet spread,
corresponding to the sigma argument in fcwt().
Details
If you set a high frequency resolution, the time resolution of the output signal will suffer, and vice versa. Determining the correct balance for a particular use case can be crucial. This function determines the value of sigma for a particular time resolution requirement.
See also
Other sigma:
sigma_freq_res_rel(),
sigma_from_freq_res(),
sigma_from_freq_res_rel(),
sigma_res()