Logo by mauxuam - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Support us via Flattr FLATTR Link
 
*
Welcome, Guest. Please login or register. April 24, 2024, 07:08:21 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Noisy IFS fractals: new patterns  (Read 4624 times)
0 Members and 1 Guest are viewing this topic.
bkercso
Fractal Lover
**
Posts: 220



« on: June 05, 2016, 11:48:40 PM »

I open a new topic for this, but I think this theme is related to coupled systems (http://www.fractalforums.com/mandelbrot-and-julia-set/coupled-mandelbrot-sets-%28cms%29/), because of the similarity of patterns.

The idea is: add random noise to every variables after each iteration. You have to use the same series of random numbers for each pixel to get a coherent image.

Code:
{randomize;}   {NOT USED, because of repeatebility!}
for i:=0 to 10000000 do
for j:=1 to 4 do
rnd[i,j]:=Amplitude*(random-0.5)*2;   {random is in 0..1}


Iterations:
... {the iterated functions}
x:=x+rnd[iterationNumber,1];
y:=y+rnd[iterationNumber,2];
x2:=x2+rnd[iterationNumber,3];   { in the case of coupled systems }
y2:=y2+rnd[iterationNumber,4];   { in the case of coupled systems }


Noisy Mandelbrot (not coupled, just one single set):

Img #1: the neck (top) of period-3 bulb: random wormholes (Ampl=1E-3)


Img #2: a zoom of Img #1: empty patterns. Only the size of patterns is fractal-like, but the figures are filled with a single color, not with patterns (as we saw at coupled systems) (Ampl=1E-3)
Logged
bkercso
Fractal Lover
**
Posts: 220



« Reply #1 on: June 06, 2016, 12:47:56 AM »

Zoom series #1: (Ampl=1E-3)


secoundary pattern lane, and non-smooth surface:







Zoom series #2: (Ampl=1E-3)




wormholes


empty patterns





Zoom series #3: (Ampl=1E-3)


disappeared black area












There are no nondivergent areas here
« Last Edit: June 07, 2016, 10:46:43 AM by bkercso » Logged
bkercso
Fractal Lover
**
Posts: 220



« Reply #2 on: June 08, 2016, 01:47:04 AM »

Zoom series #4: (Ampl=1E-3)
Burning ship, inner coloring (http://www.fractalforums.com/new-theories-and-research/a-new-look-into-escapetime-fractals-using-abs-and-inner-coloring/msg53013/#msg53013)






You have to increase the iteration number to get a more detailed image


Empty areas between the pillars (normally not common inside the miniships)


Overlapping periodic point and fractal pillars


ImageX


The fractal patterns continue


Get noisy: overlapping random patterns and periodic points


There are still fractal patterns; zoom: 3E10 times


But if you zoom into a different area of imageX...


...empty patterns found (really empty: no patterns even at very large iteration numbers)
« Last Edit: June 08, 2016, 02:04:33 AM by bkercso » Logged
Chillheimer
Global Moderator
Fractal Schemer
******
Posts: 972


Just another fractal being floating by..


chilli.chillheimer chillheimer
WWW
« Reply #3 on: June 08, 2016, 09:03:17 AM »

this is sooo cool!
I love it how the mandelbrot set becomes even more alive and "more realistic" through this! smiley
these are awesome:


Logged

--- Fractals - add some Chaos to your life and put the world in order. ---
bkercso
Fractal Lover
**
Posts: 220



« Reply #4 on: June 08, 2016, 11:33:01 AM »

cheers!
--------

Here is an article from the scientific side of the world (requires access to ScienceDirect):
Research on characteristics of noise-perturbed M–J sets based on equipotential point algorithm, 2016:
http://www.sciencedirect.com/science/article/pii/S1007570415002221

I think fig. 3.a)-c) shows the evolution of the empty patterns: as the added noise increases, the fractal becames disconnected and a part of it slowly escapes.
« Last Edit: June 08, 2016, 09:01:41 PM by bkercso » Logged
bkercso
Fractal Lover
**
Posts: 220



« Reply #5 on: June 08, 2016, 04:40:10 PM »

Some free articles:

Role of Superior Iterates in Optimizing the Dynamic Noise, 2013
http://research.ijcaonline.org/volume64/number20/pxc3885618.pdf

The Generalized Julia Set Perturbed by Composing Additive and Multiplicative Noises, 2009
http://www.emis.de/journals/HOA/DDNS/Volume2009/781976.pdf
« Last Edit: June 08, 2016, 04:49:11 PM by bkercso » Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #6 on: June 08, 2016, 06:00:22 PM »

the question is:

CAN YOU ANIMATE THIS ?
Logged

---

divide and conquer - iterate and rule - chaos is No random!
bkercso
Fractal Lover
**
Posts: 220



« Reply #7 on: June 08, 2016, 06:33:38 PM »

Sure. I plan to make animation about increse the noise amplitude, but before that I play a little bit more with it.
Logged
Max Sinister
Conqueror
*******
Posts: 114


« Reply #8 on: June 08, 2016, 10:30:13 PM »

Mandelbrot with tentacles, so to speak... I don't know, I prefer the original.

Although some of the pictures in Zoom series #4 are quite aesthetic too.
Logged

bkercso
Fractal Lover
**
Posts: 220



« Reply #9 on: June 10, 2016, 04:24:07 PM »

An animation is made of Img #1, with increasing amplitude of noise from 1E-4 to 5E-2 (on log. allocation).
Video #1:
<a href="http://www.youtube.com/v/F7Wm7IFYQGY&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/F7Wm7IFYQGY&rel=1&fs=1&hd=1</a>
« Last Edit: June 10, 2016, 06:14:54 PM by bkercso » Logged
quaz0r
Fractal Molossus
**
Posts: 652



« Reply #10 on: June 11, 2016, 01:44:36 AM »

that video is what happens when you take a hit of dmt and then look at the standard mandelbrot  shocked
Logged
bkercso
Fractal Lover
**
Posts: 220



« Reply #11 on: June 11, 2016, 02:27:28 AM »

 roll eyes
---------

Img #3: a Julia set of Mandelbrot + noise system
« Last Edit: June 11, 2016, 02:47:14 AM by bkercso » Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Noisy Circle Mutatorkammer Gallery cKleinhuis 4 2061 Last post January 21, 2009, 12:11:00 AM
by Cyclops
Noisy Thin Columns Mandelbulb3D Gallery Kali 0 1016 Last post December 06, 2011, 02:01:29 AM
by Kali
Noisy Picture Mandelbulb 3d JoaGoo 10 2851 Last post February 17, 2012, 09:19:52 PM
by PhotoComix
Noisy Hyperboloids Images Showcase (Rate My Fractal) Chaos_Ink 0 788 Last post September 27, 2012, 11:44:22 PM
by Chaos_Ink
Noisy white pixels on the animation Help & Support guzior 0 803 Last post November 09, 2017, 03:39:44 PM
by guzior

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.436 seconds with 24 queries. (Pretty URLs adds 0.02s, 2q)