Tagged Questions
5
votes
2answers
413 views
Why is gradient noise better quality than value noise?
I have been reading about the mathematics behind Perlin noise, a gradient noise function often used in computer graphics, from Ken Perlin's presentation and Matt Zucker's FAQ.
I understand that each ...
0
votes
1answer
74 views
Unexplainable noise graph function.
I'm sorry for the ambiguity here but I've recently discovered a function which plots, what seems to be either a fractal or simply noise in a selected area. Can anyone explain this function:
...
0
votes
1answer
107 views
Trigonometric function of a random variable
Given the random variable $\nu(t)$ and given the function $$y(t)=sin \left(\pi\nu(t) \right)^2$$
how can I find the distribution of the $y(t)$ knowing that $\nu(t)$ is a gaussian white noise?
Thanks