Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Fibonacci series creation

Status
Not open for further replies.

kamalavignesh

Newbie level 6
Joined
Oct 4, 2010
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Vijayawada
Activity points
1,368
How to Generate Fibonacci series of pulses if 1000Hz wave form was given.:smile:
 

Then the dutycycle of the waveform should be varied according to the fibonacci series (1,1,2,3,5,8..). Since the input frequency is 1000Hz, time period is 1/f = 1ms. If you consider a square wave with 50% dutycycle, it will be high for 500us and low for another 500us. So you need to create a pwm signal with variable dutycycle.
Now, ratio of the dutycyle of consecutive pulses should be of the form of fibonnaci series. For example, the dutycycle of the pulses should be
10%, 10%, 20%,30%,50%,80% keeping the time period constant. You can see the ratio of the pulse width or dutycycle is a fibonacci series. You can even implement the same starting with 1%,1%,2%,3%,5%,8%,13%,21%,34%,55%,89%.

Hope this helps..

-sv
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top