Hello everyone. I'm designing a microwave system that will operate somewhere between 1-2 GHz. I would like to measure the input frequency, which could be anywhere within the stated bandwidth, and determine the ratio between the input microwave signal and a reference signal. So if the reference is chosen to be 100 MHz, the frequency ratio would be 10 for a 1 GHz input and 20 for a 2 GHz input. By using a reference frequency an order of magnitude lower than the expected signals, I can represent the ratios represented by my bandwidth with a 5 bit counter. I would then like to use this ratio to set a programmable divider in a PLL.
So my rough concept is to use the reference signal to drive a five bit counter with a binary coded decimal (BCD) output, then at the end of the counting cycle I'd use the BCD output to set the programmable counter of a PLL. Not sure if this would work. Most of the counters I've seen thus far will simply count until they roll-over. I'd like to count for one period of the reference, send the BCD representation to the PLL, then start the counter again on the next reference cycle.
Any insights would be appreciated.
Best,
Dave