Andy- first, if there was jitter present at the time of the initial ADC process,it becomes parts of the recorded data and there's nothing you can do to correct it. You can only prevent adding to it. Jitter effects the high frequencies the most, causing a hard sounding digital glare, which reduces the soundstage and sounds compressed.
There are devises like the Apogee Big Ben, that can smooth out clocking between digital devises, but it can't remove recorded jitter.
The major cause of additional jitter in CDPs and transports and DACs is power supply noise from the switch mode power supplies used in all but the most expensive units. Cheap polarized caps in the digital signal path also distort the digital pulse, as do cheap transformer used on the inputs/outputs of digital equipment. Cleaning up the power supply will give you the greatest improvement for the buck. You'll notice that most clock mods recommend their own separate clean power supply for top performance.
As you point out, Auric Illuminator is also an excellent tweak.
Good luck with your search. |
If digital logic of CD players were properly designed jitter from readout of the spinning disc would have no effect on the audio output. The serial data would go into a buffer register and then clocked out at a perfectly uniform rate. Perhaps the common CD player is not built this way, although I can't imagine why not.
My main comment is about error correction. Error correction does not involve interpolation. The encoded data includes redundancy that permits recovery of a perfect copy of the original uncorrupted data. The existance of errors does not alter the data timing, as the data always is processed through the decoding algorithm, whether or not any errors exist. The purpose of error correction is to allow a higher bandwidth, because some number of errors can be corrected, and therefore the hardware can be operated at a higher rate.
IF the number of errors is more than the error correction code can deal with, THEN interpolation is used. This is different from error correction, and does not recover an exact copy of the original data. But, depending on the signal going on at the time of the data error, interpolation my be inaudible. If that doesn't do the job, the disc aborts. |
Eldartford: the clock that is used to clock the data out from the buffer has jitter and that is why the data that come out from the flip flop has jitter. No clock is perfect and therefore they all have jitter. Some has more than other.
As for the error correction, what I said is that the correction itself logically does not affect timing. What I said is that due to the activation of the error correction circuitry, electrically this would cause additional disturbance to the power supply and surrounding ground plane (that is also shared by the clock circuit). This disturbance would cause noise and jitter to the clock.
|
Along the lines of the charge/discharge of the disc while spinning, thus causing the disc to wobble, if the transport/spindle is not absolutely level, the disc will wobble, causing the same effect (jitter). Unfortunately, obtaining level of the chassis case usually doesn't ensure level of the transport/spindle area. Best to remove top of chassis and obtain level directly. |
Andy2...Inexpensive Quartz crystal clocks are so nearly perfect that I don't think you can blame jitter on them.
Actually, one can have a clock with zero error. All you need to do is buy one that implements the NIST definition of time. This was a Cesium vapor device when we looked into incorporating such a clock into a missile fire control system. It would have cost only about $100,000, but a $10,000 quartz crystal was, for all practical purposes, just as good. Peanuts, for a Billion dollar weapon system, and almost in reach of High End audiophiles! |
Eldartford: I supposed if money is not an issue, you could design a clock system with a few pico second or even femto second of jitter. The quartz itself needs to be amplified so the amplifier need to have low jitter also. The signal has to travel in the circuit board therefore the circuit board materials has to be of high quality. Power supply and grounding have to be taken into account. You could have a good quartz but if everything else such as power supply, ground ... are so noisy, they would all add up to cause jitter. If all it takes is a good quartz, then the world would be a much simpler place :-) |
Eldartford...consider the average computer clock, which I believe is the same type of clock. I had always believed that these were near perfect because of the quartz oscillations (science & technology are perfect!...now where have I heard this before?) My experience is with PC's that can lose or gain as much as 15 minutes in a week (this is extreme) but remember we are talking about large number of cycles.
I have been told (and personal experience seems to confirm) that the more operations (or cycles) on the CPU the greater the difference. Why would it be any different for a CD player and DAC?
If there is something about this I am not clear on, I would love to be enlightened. |
Pbowne...Your PC has a serious problem. All the PCs that I have used at home and at work NEVER need to have their clocks reset. My $26 Timex watch is the same. I only set it twice a year when daylight savings time comes and goes.
Of course, this thread is about jitter, not overall average timing accuracy, and it has been pointed out that clock pulses can be distorted by circuitry other than the quartz crystal. However, such distortion will tend to be the same for each pulse that comes along, so no jitter occurs. Noise that is asynchronous could cause the threshold of the timing pulse detection circuit to vary. However, if the pulse leading edge is steep (as it should be) and the noise is minimal (due to reasonable circuit design) the timing effect (jitter) will not be significant. |
Eldartford wrote: "The serial data would go into a buffer register and then clocked out at a perfectly uniform rate. Perhaps the common CD player is not built this way, although I can't imagine why not."
You are correct that this technique would yield the least jitter. The reason that most manufacturers do not do this is that typical transports read at the standard data rate, instead of much faster. CDROM's of course read faster. If you buffer the data, you have to have very large buffers or read the data from the disk much faster than the native rate. Otherwise you get buffer underrun - drop-outs. Also, it is difficult to do fast-forwarding and skipping if the data is already in the buffer - you would have to flush the buffer and then wait until it fills again before your could play the music. This is essentially a "cache-based" data retreival system, just like the data cache buffer in your Pentium 4. If you have a cache miss in these systems, then you pay the penalty of waiting some latency for the data to arrive.
Somehow, the same folks that do the microprocessor design (my former life) and the folks that do the consumer electronics design have not cross-pollenated enough to make such a cache-based system a reality. You would think that they would be quite common. The only place where I have seen this as ubiquitous is in the portable CD players with "shock" buffers. |
Audioengr ... do Meridian do this in their newest players ? I know that they use buffers, and they do mention that they use a CD-rom drive instead of an audio CD pickup .. perhaps for the very reason that you suggest.
It can't cost more than $20 in CPU and RAM parts to implement such a buffer so I've got to think that laziness is to blame. |
Laziness - I doubt that. The problem is how to deliver all of the current features of typical CD players and use a cache-based system to do it. This is not a trivial exercise. The buffer management must be done with an imbedded processor to get all of the typical features, which means that in addition to the buffers and CDROM drive, they need microcode to control the buffers to insure that you can fast forward and skip forward and backwards without waiting 30 seconds to hear the next track. It is quite likely that Meridian has done just this, but I'm sure it took a considerable investment in engineering resources and time. |
Audioengr: I beleive that most if not all cd player has the data bufferred, formated, and clock out to the DAC stage using a master clock. I can't imagine data just go straight from the disk to wherever they are going. The players may not have a large buffer but I am pretty sure that the data has to be bufferred and clocked out in some way.
Besides, the data are not stored serially on the disk. After reading the data from the disk, they have to be "put back" in some logical order and in certain format before they can be sent out to the decoder, dac, and so on... |