Return number of sample points
function get_ns input Modelica.SIunits.Frequency f_max "Maximum frequency of interest"; input Modelica.SIunits.Frequency f_resolution "Frequency resolution"; input Integer f_max_factor(min = 1) = 5 "Maximum FFT frequency >= f_max*f_max_factor (sample frequency = 2*Maximum FFT Frequency)"; output Integer ns "Number of sample points that can be expressed as ns = 2^i*3^j*5^k and ns is even"; end get_ns;
Date | Description |
---|---|
Nov. 29, 2015 |
Initial version implemented by
Martin R. Kuhn and Martin Otter
(DLR Institute of System Dynamics and Control) The research leading to these results has received funding from the European Union’s Seventh Framework Programme (FP7/2007-2016) for the Clean Sky Joint Technology Initiative under grant agreement no. CSJU-GAM-SGO-2008-001. |