Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI need to pass 48 (14 bit each) symbols at 12 MHZ from a QPSK mapper, to 64 (14 bit each) subcarriers at 20 MHz as input to an IFFT. Including the GI, output frame has a length of 80
80/20MHz=48/12MHz= 4 us. I'm using this in a personal OFDM processor project. I only need synchronize both clocks (align first rising edge) in order to clock two counters (mod 48 and mod 80). How can i detect the moment in that the two clock rising edges are aligned? How to implement this phase detector using the stratix ii embeded PLLs? Thanks