| ![]() |
|||||||||||||||||||||||||||||||||||||||||
|
Music and Graphics of the Fibonacci StringThe Fibonacci string is a binary Music can also be generated from the Fibonacci string. This next program creates music from the Fibonacci string by means of the following steps: 1. Generation of the string to a particular length;2. Division of the string into substrings of length (n); 3. Generation of a list of all possible substrings of length (n); 4. Assignment of notes of ascending frequency in the scale of C Major to the previous list with a logical ordering system; 5. Transformation of the divided Fibonacci string according to the rules established in the last step. This program produces a unique melody for each specified substring length (n). Click on the graphic to hear the generated song. The previous music can be represented graphically by the next program. It produces a unique graph for each specified length of substring (n). Of particular interest is the apparently regular oscillation between larger and smaller sets of values for any specified substring length. It functions by means of the following steps: 1. Generation of the string;2. Division of string to specified substring length (n); 3. The substrings of the divided string are interpreted as numerical values and plotted with their specific position in the string to produce a graphic representation of the succession of substrings. Copyright © 2001 Wolfram Media, Inc. All rights reserved. |