1 1 vote what is the output frequency if the input frequency is 'f' in Ring counter. please solve this question with example and if there is any direct formula then please write it Digital Logic digital-logic + – iamdeepakji 455 views answer comment Share Follow Print See 1 comment 1 1 comment reply MiNiPanda commented Oct 3, 2018 reply Follow flag Output Freq = Input Freq/Mod-value Mod-value= no. of distinct states the counter can generate Here in Ring counter of n bits we can have n states. Fout=f/n Eg: n =3 then states are 001,010,100 So fout=f/3 0 0 replyShare Please log in or register to add a comment.