Skip to content

Clockfix/FPGA-Mandelbrot-Set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPGA Mandelbrot Set on Digilent Basys3 Xilinx Artix 7 (Not finished)

Mandelbrot set visualization

picture

I will try make Cornell University ECE 5760: Laboratory 3 Mandelbrot set visualization. http://people.ece.cornell.edu/land/courses/ece5760/LABS/s2019/lab3_mandelbrot.html

Lectures:

Math

Calculations are performed using floating point

| Sign | Exponent | Mantissa |
| 1bit | 8bits | 18bits |

2^0 => Exponent = 'd127 = 'h7f

Mantissa = [ ( 1-2^(-126) ) ; 0.5 ]

About

Mandelbrot set visualization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors