Custom DDS Board Design By Weizhi Chua. Motivations Exercise knowledge learned from class in a...

12
Custom DDS Board Design By Weizhi Chua

Transcript of Custom DDS Board Design By Weizhi Chua. Motivations Exercise knowledge learned from class in a...

Page 1: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

Custom DDS Board Design

By Weizhi Chua

Page 2: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

MotivationsExercise knowledge learned from class in a design project.Customer: Lei ShiCurrent radar system is implemented without DDSMake custom DDS board for more quality in waveform generation.

Page 3: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

Hardware Goals & Specs

Compact boardWaveform generation in the range of 2.4 GHz to 2.5 GHz.To be used in conjunction with FPGA eval board. Can migrate waveform generator section and FPGA and other

components of the radar in the future.

Page 4: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

Hardware Goals & Specs

DDS board

Cable: i.e: ribbon cable

De0 Nano Cyclone IV Eval Board

GPIO header

Chirp wave

Page 5: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

How do DDS work?

N- bit Sine Look Up Table

Phase accumulator DAC

Output waveform limited by sampling speed of DAC Look Up Table stores amplitudes of a single cycle of Sine Wave Phase accumulator addresses the look up table Low frequencies, small increments in phase accumulator, and opposite for high

frequencies.

Page 6: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

Components of the DDS Hardware

DDS

VCO

Reconstruction Filter

IF

LO

RFAmplification

and Conditioning

OUTXtal

Page 7: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

Components of the DDS Hardware

• AD9954 DDS (400 Msps DAC ~ max 200MHz output)• 25 MHz Crystal • 2.3 GHz to 2.5 GHz VCO • Mixer• Filters and Op Amp

Page 8: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

AD9954

1

2

3

Page 9: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

AD9954 Programming

Via SPI portsPorts: SCLK, !CS, SDIO, SDO, IO_UPDATE, SYNC_CLKHowever:SCLK, SDIO and IO_UPDATE needed. !CS tied LOW. IO_UPDATE to complete programming.

Page 10: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

AD9954 Chirp Operation

Rising PS0 signal to trigger sweeping. PS0 synchronous to SYNC CLK.

Page 11: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

Interface with FPGA

• High Speed (HS) Signals: SCLK, SDIO, PS0, SYNC_CLK• Low Speed (LS) Signals: IO_UPDATE, RESET. • Strategy: Separate Header Connectors between HS and LS far apart.

GND connection for every HS signal

Page 12: Custom DDS Board Design By Weizhi Chua. Motivations  Exercise knowledge learned from class in a design project.  Customer: Lei Shi  Current radar system.

To Dos

• Schematic and Layout (focus on DDS)• Board stack up considerations• Trace widths considerations• Termination considerations• Trace length considerations• Power and Thermal Analysis for DDS