ifstfif

Generates a radom Fractal Interpolation Function based on Stochastic Iterated Function System

Syntax

IFS = ifstfif(N,MI,VC)
IFS = ifstfif(...,'Law')
IFS = ifstfif(...,'Propertyname',Propertyvalue)

Description

IFS = ifstfif(N,MI,VC) Generates the fractal interpolation function, IFS, using a sample size, N, a 2x3 matrix of interpolation points, MI, and a 1x2 vector of contraction ceofficients VC. The parameter N is a positive, power of 2, integer and the parameters MI and VC are reals.

IFS = ifstfif(...,'Law') Generates the fractal interpolation function, IFS, using a specific type of law for the contraction coefficients. The supported Laws can be choosen from the list below :

H = ifstfif(...,'Propertyname',Propertyvalue) Generates the fractal interpolation function, IFS, applying the specified property settings. The property setting can be choosen from the list below :

Examples

See Also

ifsfif, ifsgfif

References

[1] J. Levy Vehel and K. Daoudi "Generalized IFS for Signal Processing", IEEE DSP Workshop, Loen, Norway, September 1-4, 1996.