I've searched and searched, but cannot come up with many relevant posts.
Using an ad1896 in slave mode for 192khz operation. One needs to derive LRclock and bitclock from the local masterclock.
I've used a pair of 74AC161 dividers, and also tried a 74HC4040. I gather these are not the low jitter solutions I'm looking for.
I can easily see how using a 74lvc1g79 or similar picogate d type flip flop to obtain our divide by 2, but I need help/a shove in the right direction to obtain 192khz from the 24.576mhz.
Thanks for any help,
Mark
Using an ad1896 in slave mode for 192khz operation. One needs to derive LRclock and bitclock from the local masterclock.
I've used a pair of 74AC161 dividers, and also tried a 74HC4040. I gather these are not the low jitter solutions I'm looking for.
I can easily see how using a 74lvc1g79 or similar picogate d type flip flop to obtain our divide by 2, but I need help/a shove in the right direction to obtain 192khz from the 24.576mhz.
Thanks for any help,
Mark
divide by 128, 2^7
so, a 8 bit counter or FF in series
but I'm not sure that many FF will result in less jitter than one IC counter
so, a 8 bit counter or FF in series
but I'm not sure that many FF will result in less jitter than one IC counter
With Fs at 192K, BCLK at 64Fs and MCLK at 24.576MHz, two 74HC163 will suffice. BCLK is MCLK/2 and Fs is MCLK/128. The first 163 will have outputs of /2, /4, /8 and /16 and the second /32, /64, /128 and /256.
has anyone tried any of the onsemi clock dividers?
http://www.onsemi.com/site/products/products/0,4514,,00.html?id=203
Possible 2 of the MC10EP139? (there are 7 pages of division chips there!)I can just solder the qfn package
3ghz max clock speed. random jitter rms of <2ps
failing an on semi clock divider, a 74lvc163 is looking good
Mark
http://www.onsemi.com/site/products/products/0,4514,,00.html?id=203
Possible 2 of the MC10EP139? (there are 7 pages of division chips there!)I can just solder the qfn package
3ghz max clock speed. random jitter rms of <2ps
failing an on semi clock divider, a 74lvc163 is looking good
Mark
Use both halves of a 74xx393 gate. This will give you 64Fs or 32Fs (for 32 bit and 16 bit audio output) and 1Fs.
If you're worried about jitter on these lines, you can retime these outputs using a 74xx74.
If you're worried about jitter on these lines, you can retime these outputs using a 74xx74.
Also, I'd give the AD1896 its own MCLK clock - 25MHz or 27MHz.
Reason being the '1896 will only accept a sample rate as high as 128*MCLK. If your onboard oscillator is dead accurate at 24.576MHz, and someone plugs in a 192KHz signal source that's just a few ppm higher, the AD1896 won't lock onto it.
25MHz lets you handle a 195KHz input sample rate, which is well outside what any "ordinary" 192KHz source could provide. 27MHz allows a 210KHz input.
Reason being the '1896 will only accept a sample rate as high as 128*MCLK. If your onboard oscillator is dead accurate at 24.576MHz, and someone plugs in a 192KHz signal source that's just a few ppm higher, the AD1896 won't lock onto it.
25MHz lets you handle a 195KHz input sample rate, which is well outside what any "ordinary" 192KHz source could provide. 27MHz allows a 210KHz input.
Thanks for reply. Datasheet says: "The master clock has to be at least 138 times greater han the maximum input or output sample rate." So I will need two clocks ~27MHz for MCLK and 24,567MHz for BCLK/LRCLK. Isn't it a problem? I mean... putting two oscillators for one chip? I was thinking about using PLL1708.
The /16 output of one half of the '393 has to feed the CLK input of the second half of the '393.
VHC is a good logic family, and the AHC family from TI is good also.
VHC is a good logic family, and the AHC family from TI is good also.
Thanks a lot, I though so... but I wasn't 100% sure.gmarsh said:The /16 output of one half of the '393 has to feed the CLK input of the second half of the '393.
- Status
- Not open for further replies.
- Home
- Source & Line
- Digital Line Level
- clock division for LRclock and bitclock