• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Data Converters » High Speed Data Converters » High Speed Data Converters Forum » Multiplicative noise in DAC5681 output
Share
High Speed Data Converters
  • Forum
  • Announcements
  • Files
  • E2E Wiki
Options
  • Subscribe via RSS
Check out
Analog Wire blog
  • $core_v2_blog.Current.Name

    RS-485 - Who says you can't teach an old dog new tricks?

    Posted 1 day ago
    by Neel Seshan
    Would you agree that RS-485 has turned out to be one of the most...
  • $core_v2_blog.Current.Name

    Filter for thought

    Posted 2 days ago
    by Soufiane Bendaoud
    Have you ever wondered how engineers designed active filters...
  • $core_v2_blog.Current.Name

    Let’s take this driver out for a spin

    Posted 8 days ago
    by Soufiane Bendaoud
    Before I suggest a suitable op amp to drive an ADC, I look at...

Forums

Multiplicative noise in DAC5681 output

This question is answered
Luis M Brugarolas
Posted by Luis M Brugarolas
on Sep 30 2011 07:25 AM
Prodigy200 points

I am using ADS5681 in a system in which it acts as an Arbitrary Waveform Generator (AWG) with a sampling clock frequency of 312.5 MHz.

When characterizing it with sine signals, I have found that the desired sinusoid seems to be modulated by low frequency random noise and various tones. There is nod additive noise but multiplicative. I came to this conclusion when programming the DAC with a constant digital signal, thus making the potential clock jitter irrelevant. The interfering signals where also present.

Then, I configured register BiasLPG_A (CONFIG6) to 0, thus programming a 95 kHz low pass filter in the DAC current source (instead of default value of 472 kHz). Then, the most offending spurs at +-610 kHz at -56 dBc vanished. Other reduced their amplitude.

However, some other remain, and most offending one is at +-4.8 MHz. I have made the following findings about it:

  • Spur level is proportional to carrier frequency (see figure below)
  • When changing the Full Scale current (by programming CONFIG7 register), the spur maintains relative level with desired signal
  • When reducing the sinusoid amplitude, the spur maintains relative level with desired signal
  • When changing the sampling frequency from actual 312.5 MHz to 250 MHz, the spur level reduces in an approximate ratio of 20*log10(Fs1/Fs2)
  • The spur is visible when configuring a DC signal, but level is low (as corresponds to low frequency tone)
  • The spur level changes level at DC depending on configured level: -80, -77 and -74 dBm when configuring maximum positive, zero and maximum negative value in the DAC.
  • When disconnecting the DAC active output driver and measuring with a transformer, the interference relative level does not change.
  • When bypassing RBIASJ, there are no observable changes.

There are other spurs at lower frequencies and with lower amplitudes.

In the board there are no switch mode power supply at this frequency. I have tested to change clock frequency of other digital elements in the board, without effect.

I have observed this behaviour in all the boards I have tested.

Do you have any clue on what may be happening?

Regards

Luis Miguel

high-speed dac5681 dac
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Matt Guibord
    Posted by Matt Guibord
    on Oct 17 2011 16:10 PM
    Expert8915 points

    Hi Luis,

    Sorry for the delayed response. Have you made any progress on this since your original post?

    If not, I'd like you to look at the power supplies on a scope to verify there are no oscillations. Are you using the EVM or your own board? Can you confirm that there are adequate bypass caps very close to each power supply pin?

    Thanks,

    Matt Guibord

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Luis M Brugarolas
    Posted by Luis M Brugarolas
    on Oct 18 2011 10:37 AM
    Prodigy200 points

    Thank you Matt,

    Progress has been small but not null:

    • Power supply noise. There is a switch mode converter in the board, but operates at 500 kHz. These kind of noise is not so (spectrally) clean as the noise I measure.
    • I am using my own card, not EVM.
    • DAC bypass has been carefully placed and follows guidelines.
    • I think the noise is caused by the clock deterministic jitter, but I am not absolutelly sure, because if it where so, no noise could be measured at DC DAC output. The strongest fact for this hypotesis is linear dependence of spur level with DAC signal frequency.
    • Clock distribution: clock is generated by CDCE62005. Output Channel 0 goes to DAC and Channel 1 to an offboard FPGA (LVDS). The FPGA divides this clock frequency by two and sends it back to the DAC device (LVDS). I have measured this clock spectrum isolating with a transformer and I have been unable to measure noise at this frequency offset. This is data clock. The measurement of sampling clock (CLKIN) does not reveal noise at 4.8 MHz frequency offset.

    I am still working on it.

    Best regards

    Luis Miguel

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Matt Guibord
    Posted by Matt Guibord
    on Oct 24 2011 11:54 AM
    Expert8915 points

    Luis,

    Can you send me your register settings? I'd like to set this up in the lab with our EVM with your configuration.

    It seems like some frequency might be coupling in from your board, but I'd like to see what my results look like.

    Regards,
    Matt Guibord

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Luis M Brugarolas
    Posted by Luis M Brugarolas
    on Oct 25 2011 02:42 AM
    Prodigy200 points

    Dear Matt:

    Config data is as follows, and in described order. It is in [Address; Data] format

                  [   hex2dec('08') ; hex2dec('04')]
                  [   hex2dec('02') ; hex2dec('40')]  # Binary offset format
                  [   hex2dec('05') ; hex2dec('80')]  # 4 wires serial IF
                  [   hex2dec('0A') ; hex2dec('CE')]  # Fs is 300 to 350 MHz
                  [   hex2dec('08') ; hex2dec('00')]
                  [   hex2dec('07') ; hex2dec('FF')]  # Full DACA_gain (16)
                  [   hex2dec('06') ; hex2dec('04')]  # Filter of source bias 95 kHz

    Sampling frequency is 312.5 MHz.

    Best regards

    Luis Miguel

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Matt Guibord
    Posted by Matt Guibord
    on Oct 26 2011 17:45 PM
    Expert8915 points

    Hi Luis,

    I set up the EVM in the lab with your register settings and I don't have any spurs close to my fundamental, including no spur at 4.8 MHz offset. This leads me to believe that the DAC is not at fault and instead the signal is coupling into the DAC from another source on your board. I have a couple of suggestions for you below.

    1. It is possible that an internal clock divider is leaking onto your clock line. What is your reference frequency and what are your PLL settings for the CDCE62005?

    2. It is possible that you have timing errors. Can you set your data lines to all 0's and turn on the fs/4 mixer? CONFIG1 = 0x10 and CONFIG2 = 0x41. This should generate a tone at fs/4. Do you still have the spurs?

    3. If you have a scope with infinite persistance, look at the data clock and see if the duty cycle of the clock varies from cycle to cycle.

    Lastly, can you provide screenshot of your measured spectrum around the fundamental?

    Regards,
    Matt Guibord

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Luis M Brugarolas
    Posted by Luis M Brugarolas
    on Nov 02 2011 05:51 AM
    Prodigy200 points

    Hello Matt,

    Thank you for your interest, and sorry for the delay: I had urgent tasks. It is good news there are no spurs in EVM.

    1.- Clock divider. CDCE62005 uses a 25 MHz VCXO with control voltage set to mid supply. PLL comparison frequency is 6.25 MHz. The device configuration is as follows. Remember last nibble corresponds to address, and remaining 28 bits to data.

                    'eb800300' # DAC_SCLK:     LVDS, Internal VCO
                    'eb800301' # DAC_FPGA_CLK: LVDS, Internal VCO
                    '68860302' # Unused:       Disabled
                    '83400003' # ADC_SCLK:     LVPECL HS, PRI-IN: Frac-N reference
                    'eb800314' # Test port:    LVDS, Internal VCO
                    '100c0b25'
                    '04be09a6' # ENCAL_MODE = 1 && ENCAL = 0
                    'bd0037f7'
                    '80009DD8'

    2.- Your suggestion is very interesting, but I am unable to enter in this test mode besides my trials. As this mode is undocumented, I could not test if reported configuration is correct. Could you re check it?

    3.- Duty cycle variation in data clock (DCLK): I am able to measure a 220 ps peak to peak duty cycle variation. Actual jitter will be something lower due to scope (TDS 744A) trigger jitter. When measuting clock with the Spectrum Analyzer, I can measure -53 dBc at 60 MHz. No jitter can be measured at 4.8 MHz altough phase noise at this frequency is far from being negligible (see attached photo)

    4.- Spectrum plots: As I do not know what plot you are asking for, I will include both for clock and DAC output.

    DAC Data Clock Spectrum: Low quality but readable. Marker delta at 4.8 MHz. SPAN is 12 MHz and Central frequency 156 MHz

     

    DAC (plus driver) output spectrum when signal is Fs/4. Despite incorrect marker delta legend (I do not know why), the +-4.8 MHz spurs are clearly visible.

     

    Hope this helps

    Best regards

    Luis Miguel

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Luis M Brugarolas
    Posted by Luis M Brugarolas
    on Nov 02 2011 06:26 AM
    Prodigy200 points

    Dear Matt,

    Thinking twice the Data Clock jitter measurements, I have come to the conclusion that is reasonable to think taht this clock has no influence at all in output spurs, as this clock is just used to write data in the DAC internal FIFO.

    Best regards

    Luis Miguel

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Matt Guibord
    Posted by Matt Guibord
    on Nov 08 2011 12:26 PM
    Expert8915 points

    Luis,

    The concern is that if there was too much jitter on the data clock you might violate setup and hold times. 220ps should be sufficient.

    Regarding number 2. We do not have a test mode for this, but you could configure your FPGA to output all 0's.

    I'll review the CDCE settings and get back to you.

    Regards,
    Matt Guibord

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Matt Guibord
    Posted by Matt Guibord
    on Nov 10 2011 17:50 PM
    Verified Answer
    Verified by Matt Guibord
    Expert8915 points

    Luis,

    I had our clocking team look into your CDCE settings and they also did not see any spurs around 4.8 MHz. They did mention that the loop filter was set to a wide bandwidth and that you might be able to get better performance with a lower bandwidth filter.

    Regards,
    Matt Guibord

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Luis M Brugarolas
    Posted by Luis M Brugarolas
    on Apr 02 2012 02:21 AM
    Prodigy200 points

    Could they suggest a register configuration? I worked with the excel datasheet but I could not reach to sucessful configuration.

    Best regards

    Luis Miguel

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Matt Guibord
    Posted by Matt Guibord
    on Apr 02 2012 12:59 PM
    Expert8915 points

    A register configuration for the CDCE62005? Or loop filter configuration? I believe the CDCE configuration is alright.

    Regards,
    Matt Guibord

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Luis M Brugarolas
    Posted by Luis M Brugarolas
    on Apr 03 2012 01:11 AM
    Prodigy200 points

    I mean loop filter bandwidth, this that the experts found too wide. Maybe this can be a cause for extra noise.

    Regards

    Luis Miguel

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Matt Guibord
    Posted by Matt Guibord
    on Apr 03 2012 17:06 PM
    Expert8915 points

    Luis,

    Take a look at the following app note. There is a section about using a 25 MHz reference. Perhaps you can just try the filter settings shown in there.

    http://www.ti.com/litv/pdf/scaa113

    Second, I'm wondering what would happen if you changed your PFD frequency to a higher or lower frequency. Perhaps you could change the PFD frequency to 12.5 MHz or 3.125 MHz to see if it effects the output spectrum at all.

    I'd also be glad to take a look at your layout to see if there are any issues there.

    Regards,
    Matt Guibord

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use