J
john
Guest
Yeah, its fun for us but not for my biology background boss!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Post your code.I tried to follow the diagram that u send me.
That solution will not work.The logic to try to increment the sample counter seems kind of
strange... if you're trying to increment it every 32 channel counts,
use a comparison in the channel counter process to enable the sample
counter.
The good news is, the solution is really pretty simple:That solution will not work.
I was concerned about yours.Do not worry about the professors mike, you are not a student anymore
I'm done thinking about it.What do you think about this.
john wrote:
Do not worry about the professors mike, you are not a student anymore
I was concerned about yours.
What do you think about this.
I'm done thinking about it.
Get a simulator.
-- Mike Treseler
Hi,
I simulate the code with QuatrusII. and the code that send u works
fine. But I still do need ur expert adivce on it.
Thanks
John
Mike Treseler wrote:
john wrote:
Do not worry about the professors mike, you are not a student anymore
I was concerned about yours.
What do you think about this.
I'm done thinking about it.
Get a simulator.
-- Mike Treseler
That would make it a 4 bit counter.What if the the 5 bit counter ( fast ) will run only for 16 counts
instead of counting upto 31. How can I increment the other counter?
Personally, I'd advise you to fire up the simulator and start workingHi,
I am sorry its not 16 , its 19 counts. Please advice!
John
If you can't use a carry-out, you can use a comparator:But the problem is that inorder to get 19 number count we need 5 bits
to represent the number 19. Now, I can not use the carry bit option
which I used to increment the other counters by using simulator.