What is the Maximum that a Time Base can be Divided ?

AI Thread Summary
The discussion revolves around achieving double the expected outputs from a clock frequency division. The user has successfully divided a 1KHz signal into 20 parallel outputs at 100Hz each, instead of the anticipated 10 outputs. They are currently using Multisim for design and are considering implementing the solution on an FPGA. The user seeks recommendations for an easy-to-use FPGA kit and clarification on terminology related to their advanced time division technique, which they believe cannot be divided further according to division laws.
JD1
Messages
12
Reaction score
0
what am i doing if I am getting double the amount bandwidths from a time base ?

Hia

So here i have a clock frequency be divided and i have achieved to divide it in such a way that out of let's say,( keep it simple eh, ) 1KHz, if i divide this by 10, i would get 10 sequential parallel outputs at 100Hz each, but i have achieved to get 20 sequential parallel outputs of 100Hz,

thankyou
 
Last edited:
Technology news on Phys.org


JD1 said:
Hia

So here i have a clock frequency be divided and i have achieved to divide it in such a way that out of let's say,( keep it simple eh, ) 1KHz, if i divide this by 10, i would get 10 sequential parallel outputs at 100Hz each, but i have achieved to get 20 sequential parallel outputs of 100Hz,

thankyou

Show us your code so we can see what you did.
 
Thats just it, i haven't yet put it into code, i designed it on Multisim see, now I'm looking at using FPGA's to put it in, any ideas on 2 things..

whats the best and easiest FPGA kit to get ?

takin into consideration that I've just taken Time Division to a point whereby it cannot be divided any more according to the laws of Division, what do i call this ?

regards

derrick
 
Last edited:
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top