Does anyone know if there is a function (in any language or package) for simulating of random sequence with given correlation function? I didn't see such a thing either in MATLAB or in R. maybe anywhere else?
I saw this mathematics. But is there a ready-made function anywhere? Suppose it should be because how can one simulate any natural process without such a function?
And if this function exists yet I'd like to use it instead of programming it myself as this mathematics is not very simple.
I guess a fundamental problem to your question is that there may be ready-made software but this software differs from one case to the next as these have different problems.
To exemplify, low altitude wind correlation differs from that at high height, i.e. you would use different equations for wind loads on a building and that of an aeroplane.
The mathematics you refer to, at least for wind, usually is a bunch of equations that have been gathered and verified for particular situations. Their implementation on a FE model may look overwhelmning but tends to boil down to a limited set of equations that express loads as a function of space, time, frequency etc.
There are different problems with different levels of abstraction. Sometimes the maximum we can hope to know about the random process is its mean and maybe variance, both very roughly because of the great spatial and temporal variability of the environment e.g. of the ocean one.
There are two ways in such situations. Either to assume that we know a lot of data (that we don't know in reality) and then obtain accurate results (which don't mean anything) or to use the poor available information and get rough results. I prefer the second way. And the function I'm looking for is necessary to check some conclusions I had obtained on this way, by means of simulation.