Scilab Function
Last update : 22/8/2006
exponent_inner - construct an exponential inner scale.
Calling Sequence
-
[in]=exponent_inner(inner_scale)
Parameters
-
inner_scale
: the inner scale in metre.
-
in
: the output inner scale;
Description
construct an exponential inner scale.
Examples
pl=power_law(0.1,1e-6);
in=exponent_inner(0.001);
ps=power_spectrum(pl,in);
Author
Chen jingyuan, IAPCM, China.
See Also
power_spectrum
,
frehlich_inner
,
null_inner
,