Question

How do I keep a certain value for a specific amount of clock ticks using a...

How do I keep a certain value for a specific amount of clock ticks using a counter and other logic methods?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

For this application it is important to know the clock frequency we can measure the time (specific) when it's complete the cycle (clock frequency).

If the clock frequency is 10MHz. When 10000000 cycles count 1sec, it will up count every 1000000 cycles.

Other logic are ladder techniques, pulse of specific width is calculated and given to the controller.

Add a comment
Know the answer?
Add Answer to:
How do I keep a certain value for a specific amount of clock ticks using a...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Constants A certain alarm clock ticks four times each second, with each tick representing half a...

    Constants A certain alarm clock ticks four times each second, with each tick representing half a period. The balance wheel consists of a thin rim with radius 0.54 cm, connected to the balance staff by thin spokes of negligible mass. The total mass of the balance wheel is 0.85 g Part A What is the moment of inertia of the balance wheel about its shaft? Express your answer using two significant figures kg.m2 ▼ Part B What is the torsion...

  • How does the clock keep them from clocking in when they are not supposed to? How...

    How does the clock keep them from clocking in when they are not supposed to? How does it know everyone's schedule? How does the clock know if an employee was approved to have time off?    In most cases, employees can clock in or have someone clock in for them whenever they want. How does the clock keep them from clocking in when they are not supposed to? How does it know everyone's schedule? How does the clock know if...

  • PLEASE HELP WITH THE FIX ME'S #include #include #include #include "CSVparser.hpp" using namespace std; //==...

    PLEASE HELP WITH THE FIX ME'S #include #include #include #include "CSVparser.hpp" using namespace std; //============================================================================ // Global definitions visible to all methods and classes //============================================================================ // forward declarations double strToDouble(string str, char ch); // define a structure to hold bid information struct Bid { string bidId; // unique identifier string title; string fund; double amount; Bid() { amount = 0.0; } }; //============================================================================ // Linked-List class definition //============================================================================ /** * Define a class containing data members and methods to *...

  • In C++: Please help me correct this code .... All parts with (FIX ME) #include <algorithm> #include <climits&gt...

    In C++: Please help me correct this code .... All parts with (FIX ME) #include <algorithm> #include <climits> #include <iostream> #include <string> // atoi #include <time.h> #include "CSVparser.hpp" using namespace std; //============================================================================ // Global definitions visible to all methods and classes //============================================================================ const unsigned int DEFAULT_SIZE = 179; // forward declarations double strToDouble(string str, char ch); // define a structure to hold bid information struct Bid { string bidId; // unique identifier string title; string fund; double amount; Bid() {...

  • Clock Divider ​​​​​​ can i get some simple explanation ( what I'm suppose to understand from...

    Clock Divider ​​​​​​ can i get some simple explanation ( what I'm suppose to understand from this) my lecturer explains it but I honestly don't understand what statements he's trying to make my understanding : there's a frequency input of 512 Mhz, since we know 8 bit counter can count up to 256, it will do it once before it rolls overload (???) can someone please clarify and point out the important facts that i should be undertanding please and...

  • How do I change these modules so that the communication is bidirectional (inout)? I'm simply not ...

    How do I change these modules so that the communication is bidirectional (inout)? I'm simply not sure how to modify the code. I know i need to add an inout port but I don't know how to do it. I have watched multiple tutorials but I can't figure it out. module mem( input logic clk, we , // write enable bit, active low input logic [n-1:0] in , input logic [m-1:0] addr , output logic [n-1:0] out ) ; parameter...

  • How do I change these modules so that the communication is bidirectional (inout)? I'm simply not...

    How do I change these modules so that the communication is bidirectional (inout)? I'm simply not sure how to modify the code. I know i need to add an inout port but I don't know how to do it. I have watched multiple tutorials but I can't figure it out. module mem( input logic clk, we , // write enable bit, active low input logic [n-1:0] in , input logic [m-1:0] addr , output logic [n-1:0] out ) ; parameter...

  • In Python how do I : Generate a 12 hour clock (hh:mm am/pm) randomly and then...

    In Python how do I : Generate a 12 hour clock (hh:mm am/pm) randomly and then convert that clock to the equivalent 24 hour clock (hh:mm). AND Generate a 24 hour clock (hh:mm) randomly and then convert that clock to the equivalent 12 hour clock (hh:mm am/pm).

  • Clock Divider ​​​​​​ can i get some simple explanation ( what I'm suppose to understand from this) my lecturer explains it but I honestly don't understand what statements he's trying to ma...

    Clock Divider ​​​​​​ can i get some simple explanation ( what I'm suppose to understand from this) my lecturer explains it but I honestly don't understand what statements he's trying to make my understanding : there's a frequency input of 512 Mhz, since we know 8 bit counter can count up to 256, it will do it once before it rolls overload (???) can someone please clarify and point out the important facts that i should be undertanding please and...

  • How do you divide the frequency of a clock in half using two D flip flops?...

    How do you divide the frequency of a clock in half using two D flip flops? I know you're supposed to put the clock_in signal to D1, then connect Q1 to an inverter, and then feed that into D2 of the second flip flop. I'm having trouble visualizing the timing of the signals, can you draw out the timing diagram for me? Thanks.

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT