SlideShare a Scribd company logo
Confidential © ams AG 2014
Filter Characterization using a Chirp
9th IEEE International Design and
Test Symposium
Peter Sarson CEng MIET CMgr MCMI
Full Service Foundry
16th – 18th December 2014
Confidential © ams AG 2014
Agenda
Problem Statement
What is a chirp
How to make a discrete chirp
Filter measurements
Correlation and Repeatability
Waveform Flexibility
Test Time Saving
Phase and group delay
Extension to BIST
Conclusion
Confidential © ams AG 2014
Page 3
Problem Statement
What is the problem we want to address
• Initial Silicon always needs some kind of characterization on ATE
• Time pressure causes issues and discussion of bench or ATE
• If a generic approach can be generated then this becomes plug and
play with some minor changes, only test time is a discussion
• Based on the above we will discuss how to characterize filter
characteristics easily with great reuse possibilities using a chirp
Confidential © ams AG 2014
Page 4
Test Setup
Confidential © ams AG 2014
Agenda
Problem Statement
What is a chirp
How to make a discrete chirp
Filter measurements
Correlation and Repeatability
Waveform Flexibility
Test Time Saving
Phase and group delay
Extension to BIST
Conclusion
Confidential © ams AG 2014
Page 6
What a chirp consists of is quite
simple, in a continuous system the
instantaneous frequency of the signal
linearly increases.
f(t) = f0 + kt
What is a chirp
Picture from wikipedia
Confidential © ams AG 2014
Page 7
Why Chirp and not Multitone?
• Unfortunately for devices that have a very low input power sensitivity, a
multitone can cause some issues.
• Max Tone Power = Max Input Power / NUM_FREQS
• i.e. tones in the noise floor
• intermodulation distortion product effects between individual tones
• i.e. IM3, IM5, IM7 etc
Confidential © ams AG 2014
Agenda
Problem Statement
What is a chirp
How to make a discrete chirp
Filter measurements
Correlation and Repeatability
Waveform Flexibility
Test Time Saving
Phase and group delay
Extension to BIST
Conclusion
Confidential © ams AG 2014
Page 9
Chirp Signal Requirements
• What is the required accuracy of the measurement for the corner
frequencies of the bandpass filter?
• What are the corner frequencies and bandwidth of the filter being
measured?
• How do we make this waveform reusable?
• How do we do all this and not violate the max operating conditions of
the AWG (Arbitrary Waveform Generator)?
Confidential © ams AG 2014
Page 10
Chirp Signal Constraints
• Ensure that Max Sampling frequency is not exceeded
− i.e. Sampling Frequency/Tone Frequency = NUM POINTS/BIN
NUMBER
− Also Frequency Resolution = Sampling Frequency / NUM POINTS
• Ensure that Max memory depth is not exceeded
− i.e. 16MB for LTX AWGHSB (High Speed AWG)
• Use a nomalised frequency so that the waveform is scalable i.e. a
frequency resolution of 1
Confidential © ams AG 2014
Page 11
Bandpass filter
Centre - 40kHz
Low Pass - 7kHz
High Pass - 80kHz
Therefore create Chirp with:
Freq Resolution = 1kHz
Max Freq = 100kHz
Hence
NUM TONES = 100
Hence the waveform is scalable
Chirp Creation example
Confidential © ams AG 2014
Page 12
Generic Chirp Example Code
Confidential © ams AG 2014
Page 13
Chirp Frequency Domain
Confidential © ams AG 2014
Agenda
Problem Statement
What is a chirp
How to make a discrete chirp
Filter measurements
Correlation and Repeatability
Waveform Flexibility
Test Time Saving
Phase and group delay
Extension to BIST
Conclusion
Confidential © ams AG 2014
Page 15
Using same setup for the Digitiser as
the AWG we can make an initial time
domain measurement of the filter.
By performing an mag fft on the time
domain data we can analyze the
frequency domain.
From the mag fft the magnitude
characteristic should be observable
How do we extract the data we need
from this?
Filter Characteristic Measurement
Confidential © ams AG 2014
Page 16
• Normalise array i.e. convert to
log dbc
• Add 3dB or required attenuation
point
• Clip array at ± small number
• Find max value and point in
array, this lower atten point
• Reverse array
• Find max point in array and
subtract from NUM POINTS, this
is upper atten point
• Multiply the atten points by
frequency resolution and this is
the actual atten frequencies
Frequency Domain Capture
Confidential © ams AG 2014
Page 17
DSP code
Confidential © ams AG 2014
Agenda
Problem Statement
What is a chirp
How to make a discrete chirp
Filter measurements
Correlation and Repeatability
Waveform Flexibility
Test Time Saving
Phase and group delay
Extension to BIST
Conclusion
Confidential © ams AG 2014
Page 19
Correlation
Test Bench ATE
40kHz Lower Frequency -3dB point 7.72 kHz 7.480 KHz
40kHz Upper Frequency -3dB point 83.98 kHz 84.32 KHz
Confidential © ams AG 2014
Page 20
Repeatability
Confidential © ams AG 2014
Agenda
Problem Statement
What is a chirp
How to make a discrete chirp
Filter measurements
Correlation and Repeatability
Waveform Flexibility
Test Time Saving
Phase and group delay
Extension to BIST
Conclusion
Confidential © ams AG 2014
Page 22
Waveform Flexibility
• Waveform has a 1kHz Frequency Resolution
• Waveform has 100 tones
• Hence waveform can be scaled easily hence saving more waveforms
being generated if system allows
• Waveform can be scaled in frequency with a change to Sampling
Frequency
• By multiplying sampling frequency by 10, the waveform now has a max
frequency of 1MHz with a Frequency Resolution of 10kHz
Confidential © ams AG 2014
Page 23
Waveform Flexibility – 550kHz filter Capture
Confidential © ams AG 2014
Page 24
Waveform Flexibility - Correlation
Test Bench ATE
550kHz Lower Frequency -3dB point 196.60kHz 198.3 kHz
550kHz Upper Frequency -3dB point 822.00kHz 819.3 kHz
Confidential © ams AG 2014
Agenda
Problem Statement
What is a chirp
How to make a discrete chirp
Filter measurements
Correlation and Repeatability
Waveform Flexibility
Test Time Saving
Phase and group delay
Extension to BIST
Conclusion
Confidential © ams AG 2014
Page 26
Test Time
• Original test program code using discrete frequencies and start/stop of
AWG and DIG was 250ms, this was 5 frequencies not 100!
• Using chirp with no start stop is purely dependant on the UTP time of
the source which is 100ms for this example.
• Difference is 150ms
• If UTP is faster i.e. faster Sampling Frequency the gain is more, why?
− Start and stop and hardware stable time is fixed
− Chirp test time is fixed by the UTP time, so 1 start/stop and 1
source/capture
Confidential © ams AG 2014
Agenda
Problem Statement
What is a chirp
How to make a discrete chirp
Filter measurements
Correlation and Repeatability
Waveform Flexibility
Test Time Saving
Phase and group delay
Extension to BIST
Conclusion
Confidential © ams AG 2014
Page 28
Extension to Phase Information
• Waveform is not stopped between frequency segments
− Due to this we have full phase information
• By doing an FFT instead of Mag FFT all phase information is available
− i.e. Cosθand Sinθ
Confidential © ams AG 2014
Page 29
Unexpected Phase Response
Confidential © ams AG 2014
Page 30
Expected Phase Response
Confidential © ams AG 2014
Page 31
Phase Response
• Not expected phase response
• Due to frequency changing over time and hence causing a t^2 effect
• Once phase is differentiated the phase response looks correct
• However Phase Response result isn’t stable and doesn’t correlate
• Due to this group delay is a non starter
• Issue is due to the instantaneous phase of the AWG not being known
• Require a loopback onboard so as to do calibration during testing
Confidential © ams AG 2014
Page 32
New Board – Loopback facility
Confidential © ams AG 2014
Agenda
Problem Statement
What is a chirp
How to make a discrete chirp
Filter measurements
Correlation and Repeatability
Waveform Flexibility
Test Time Saving
Phase and group delay
Extension to BIST
Conclusion
Confidential © ams AG 2014
Page 34
BIST – Future work
• Add an on chip VCO with frequency range of the filter
• Ramp voltage on VCO input with cheap analogue resource
• Effect is an on-chip chirp generator
Confidential © ams AG 2014
Agenda
Problem Statement
What is a chirp
How to make a discrete chirp
Filter measurements
Correlation and Repeatability
Waveform Flexibility
Test Time Saving
Phase and group delay
Extension to BIST
Conclusion
Confidential © ams AG 2014
Page 36
Conclusion
• By using a Chirp test time can be improved.
• Aid Design in initial ramp up and characterization.
• Possibility of Software IP and code reusability.
• With correct hardware design this can also be applied to Phase
Response and Group Delay
Confidential © ams AG 2014
Thank you
Please visit our website www.ams.com

More Related Content

What's hot

ADC and its Circuit design
ADC and its Circuit designADC and its Circuit design
ADC and its Circuit design
Vihari Andukuri
 
Geometric Approach to Spectral Substraction
Geometric Approach to Spectral SubstractionGeometric Approach to Spectral Substraction
Geometric Approach to Spectral Substraction
keerthi thallam
 
Digital System Processing
Digital System Processing Digital System Processing
Digital System Processing
Muhammad Zubair
 
الإعتيان والتبديل التمثيلي الرقمي
الإعتيان والتبديل التمثيلي الرقميالإعتيان والتبديل التمثيلي الرقمي
الإعتيان والتبديل التمثيلي الرقمي
Dr. Munthear Alqaderi
 
SMR_defence_sep3
SMR_defence_sep3SMR_defence_sep3
SMR_defence_sep3
Samir VARTABI KASHANIAN
 
Technical Presentation Ap4
Technical Presentation Ap4Technical Presentation Ap4
Technical Presentation Ap4
guest45b5bb
 
Lect2 up370 (100329)
Lect2 up370 (100329)Lect2 up370 (100329)
Lect2 up370 (100329)
aicdesign
 
Ag03401860189
Ag03401860189Ag03401860189
Ag03401860189
ijceronline
 
Lect 11.regenerative repeaters
Lect 11.regenerative repeatersLect 11.regenerative repeaters
Lect 11.regenerative repeaters
Nebiye Slmn
 
CONTOH Flux test cctv utp test report
CONTOH Flux test cctv utp test   reportCONTOH Flux test cctv utp test   report
CONTOH Flux test cctv utp test report
Ir Azmi
 
Lect2 up390 (100329)
Lect2 up390 (100329)Lect2 up390 (100329)
Lect2 up390 (100329)
aicdesign
 
baseband system
baseband systembaseband system
baseband system
VIT VELLORE
 
isscc2017 28_7
isscc2017 28_7isscc2017 28_7
isscc2017 28_7
adcfan
 
디지털통신 8
디지털통신 8디지털통신 8
디지털통신 8
KengTe Liao
 
[NUGU CONFERENCE 2019] 트랙 A-2 : NUGU call 적용 기술 및 서비스 소개
[NUGU CONFERENCE 2019] 트랙 A-2 : NUGU call 적용 기술 및 서비스 소개[NUGU CONFERENCE 2019] 트랙 A-2 : NUGU call 적용 기술 및 서비스 소개
[NUGU CONFERENCE 2019] 트랙 A-2 : NUGU call 적용 기술 및 서비스 소개
NUGU developers
 
Nowak NVSMW-ICMTD'08
Nowak NVSMW-ICMTD'08Nowak NVSMW-ICMTD'08
Nowak NVSMW-ICMTD'08
EtienneNowak
 
[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
NUGU developers
 
Coherent Adaptive Focusing Technology for the Inspection of Complex Geometry
Coherent Adaptive Focusing Technology for the Inspection of Complex GeometryCoherent Adaptive Focusing Technology for the Inspection of Complex Geometry
Coherent Adaptive Focusing Technology for the Inspection of Complex Geometry
Olympus IMS
 
TH1.L10.3: MONOSTATIC CALIBRATION OF BOTH TANDEM-X SATELLITES
TH1.L10.3: MONOSTATIC CALIBRATION OF BOTH TANDEM-X SATELLITESTH1.L10.3: MONOSTATIC CALIBRATION OF BOTH TANDEM-X SATELLITES
TH1.L10.3: MONOSTATIC CALIBRATION OF BOTH TANDEM-X SATELLITES
grssieee
 

What's hot (19)

ADC and its Circuit design
ADC and its Circuit designADC and its Circuit design
ADC and its Circuit design
 
Geometric Approach to Spectral Substraction
Geometric Approach to Spectral SubstractionGeometric Approach to Spectral Substraction
Geometric Approach to Spectral Substraction
 
Digital System Processing
Digital System Processing Digital System Processing
Digital System Processing
 
الإعتيان والتبديل التمثيلي الرقمي
الإعتيان والتبديل التمثيلي الرقميالإعتيان والتبديل التمثيلي الرقمي
الإعتيان والتبديل التمثيلي الرقمي
 
SMR_defence_sep3
SMR_defence_sep3SMR_defence_sep3
SMR_defence_sep3
 
Technical Presentation Ap4
Technical Presentation Ap4Technical Presentation Ap4
Technical Presentation Ap4
 
Lect2 up370 (100329)
Lect2 up370 (100329)Lect2 up370 (100329)
Lect2 up370 (100329)
 
Ag03401860189
Ag03401860189Ag03401860189
Ag03401860189
 
Lect 11.regenerative repeaters
Lect 11.regenerative repeatersLect 11.regenerative repeaters
Lect 11.regenerative repeaters
 
CONTOH Flux test cctv utp test report
CONTOH Flux test cctv utp test   reportCONTOH Flux test cctv utp test   report
CONTOH Flux test cctv utp test report
 
Lect2 up390 (100329)
Lect2 up390 (100329)Lect2 up390 (100329)
Lect2 up390 (100329)
 
baseband system
baseband systembaseband system
baseband system
 
isscc2017 28_7
isscc2017 28_7isscc2017 28_7
isscc2017 28_7
 
디지털통신 8
디지털통신 8디지털통신 8
디지털통신 8
 
[NUGU CONFERENCE 2019] 트랙 A-2 : NUGU call 적용 기술 및 서비스 소개
[NUGU CONFERENCE 2019] 트랙 A-2 : NUGU call 적용 기술 및 서비스 소개[NUGU CONFERENCE 2019] 트랙 A-2 : NUGU call 적용 기술 및 서비스 소개
[NUGU CONFERENCE 2019] 트랙 A-2 : NUGU call 적용 기술 및 서비스 소개
 
Nowak NVSMW-ICMTD'08
Nowak NVSMW-ICMTD'08Nowak NVSMW-ICMTD'08
Nowak NVSMW-ICMTD'08
 
[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
[NUGU CONFERENCE 2019] 트랙 A-4 : Zero-shot learning for Personalized Text-to-S...
 
Coherent Adaptive Focusing Technology for the Inspection of Complex Geometry
Coherent Adaptive Focusing Technology for the Inspection of Complex GeometryCoherent Adaptive Focusing Technology for the Inspection of Complex Geometry
Coherent Adaptive Focusing Technology for the Inspection of Complex Geometry
 
TH1.L10.3: MONOSTATIC CALIBRATION OF BOTH TANDEM-X SATELLITES
TH1.L10.3: MONOSTATIC CALIBRATION OF BOTH TANDEM-X SATELLITESTH1.L10.3: MONOSTATIC CALIBRATION OF BOTH TANDEM-X SATELLITES
TH1.L10.3: MONOSTATIC CALIBRATION OF BOTH TANDEM-X SATELLITES
 

Similar to IDT2014 Chirp Presentation

Condition monitoring
Condition monitoringCondition monitoring
Condition monitoring
trivedi_p0909
 
ActiveCircuits_lec05_shrt.pdf
ActiveCircuits_lec05_shrt.pdfActiveCircuits_lec05_shrt.pdf
ActiveCircuits_lec05_shrt.pdf
Suresh850838
 
12-edicon20185G Designing a Narrowband 28 GHz Band Pass Filter.pdf
12-edicon20185G Designing a Narrowband 28 GHz Band Pass Filter.pdf12-edicon20185G Designing a Narrowband 28 GHz Band Pass Filter.pdf
12-edicon20185G Designing a Narrowband 28 GHz Band Pass Filter.pdf
essedikiftene
 
R4501100104
R4501100104R4501100104
R4501100104
IJERA Editor
 
rcwire.ppt
rcwire.pptrcwire.ppt
rcwire.ppt
SomnathPal64
 
OIF CEI 56-G-FOE-April2015
OIF CEI 56-G-FOE-April2015OIF CEI 56-G-FOE-April2015
OIF CEI 56-G-FOE-April2015
Deborah Porchivina
 
PETEX 2018
PETEX 2018PETEX 2018
PETEX 2018
John Green
 
Cisco DWDM Chromatic Dispertion Calculation in CTP\XLS
Cisco DWDM Chromatic Dispertion Calculation in CTP\XLSCisco DWDM Chromatic Dispertion Calculation in CTP\XLS
Cisco DWDM Chromatic Dispertion Calculation in CTP\XLS
Valery Kayukov
 
Rectangular ring shaped Dielectric Resonator Antenna for Dual and Wideband Fr...
Rectangular ring shaped Dielectric Resonator Antenna for Dual and Wideband Fr...Rectangular ring shaped Dielectric Resonator Antenna for Dual and Wideband Fr...
Rectangular ring shaped Dielectric Resonator Antenna for Dual and Wideband Fr...
Pranav Chauhan
 
Covesion ppln
Covesion pplnCovesion ppln
Covesion ppln
robhaz
 
NF Frequency Response Analyzer FRA tecknical guide
NF Frequency Response Analyzer FRA  tecknical guide NF Frequency Response Analyzer FRA  tecknical guide
NF Frequency Response Analyzer FRA tecknical guide
NIHON DENKEI SINGAPORE
 
Quality-delay Tradeoff Optimization in Multi-Bitrate Adaptive Streaming
Quality-delay Tradeoff Optimization in Multi-Bitrate Adaptive StreamingQuality-delay Tradeoff Optimization in Multi-Bitrate Adaptive Streaming
Quality-delay Tradeoff Optimization in Multi-Bitrate Adaptive Streaming
Duc Nguyen
 
Advanced Oscilloscope Technologies enabling Terabit Optical Communications
Advanced Oscilloscope Technologies enabling Terabit Optical CommunicationsAdvanced Oscilloscope Technologies enabling Terabit Optical Communications
Advanced Oscilloscope Technologies enabling Terabit Optical Communications
CPqD
 
Using Distortion Shaping Technique to Equalize ADC THD Performance Between ATEs
Using Distortion Shaping Technique to Equalize ADC THD Performance Between ATEsUsing Distortion Shaping Technique to Equalize ADC THD Performance Between ATEs
Using Distortion Shaping Technique to Equalize ADC THD Performance Between ATEs
Pete Sarson, PH.D
 
Bitm2003 802.11g
Bitm2003 802.11gBitm2003 802.11g
Bitm2003 802.11g
Arpan Pal
 
Digial instrumentation fnal
Digial instrumentation fnalDigial instrumentation fnal
Digial instrumentation fnal
Bishal Rimal
 
LONG HAUL MULTI-GIGABIT MICROWAVE: A NEW APPROACH
LONG HAUL MULTI-GIGABIT MICROWAVE: A NEW APPROACHLONG HAUL MULTI-GIGABIT MICROWAVE: A NEW APPROACH
LONG HAUL MULTI-GIGABIT MICROWAVE: A NEW APPROACH
Aviat Networks
 
A 45Gb/s PAM-4 Transmitter Delivering 1.3Vppd Output Swing with 1V supply in ...
A 45Gb/s PAM-4 Transmitter Delivering 1.3Vppd Output Swing with 1V supply in ...A 45Gb/s PAM-4 Transmitter Delivering 1.3Vppd Output Swing with 1V supply in ...
A 45Gb/s PAM-4 Transmitter Delivering 1.3Vppd Output Swing with 1V supply in ...
aiclab
 
2014 PV Performance Modeling Workshop: Optimization strategies with Pvsyst fo...
2014 PV Performance Modeling Workshop: Optimization strategies with Pvsyst fo...2014 PV Performance Modeling Workshop: Optimization strategies with Pvsyst fo...
2014 PV Performance Modeling Workshop: Optimization strategies with Pvsyst fo...
Sandia National Laboratories: Energy & Climate: Renewables
 
dsp dip.pptx
dsp dip.pptxdsp dip.pptx
dsp dip.pptx
ssuserda6eba1
 

Similar to IDT2014 Chirp Presentation (20)

Condition monitoring
Condition monitoringCondition monitoring
Condition monitoring
 
ActiveCircuits_lec05_shrt.pdf
ActiveCircuits_lec05_shrt.pdfActiveCircuits_lec05_shrt.pdf
ActiveCircuits_lec05_shrt.pdf
 
12-edicon20185G Designing a Narrowband 28 GHz Band Pass Filter.pdf
12-edicon20185G Designing a Narrowband 28 GHz Band Pass Filter.pdf12-edicon20185G Designing a Narrowband 28 GHz Band Pass Filter.pdf
12-edicon20185G Designing a Narrowband 28 GHz Band Pass Filter.pdf
 
R4501100104
R4501100104R4501100104
R4501100104
 
rcwire.ppt
rcwire.pptrcwire.ppt
rcwire.ppt
 
OIF CEI 56-G-FOE-April2015
OIF CEI 56-G-FOE-April2015OIF CEI 56-G-FOE-April2015
OIF CEI 56-G-FOE-April2015
 
PETEX 2018
PETEX 2018PETEX 2018
PETEX 2018
 
Cisco DWDM Chromatic Dispertion Calculation in CTP\XLS
Cisco DWDM Chromatic Dispertion Calculation in CTP\XLSCisco DWDM Chromatic Dispertion Calculation in CTP\XLS
Cisco DWDM Chromatic Dispertion Calculation in CTP\XLS
 
Rectangular ring shaped Dielectric Resonator Antenna for Dual and Wideband Fr...
Rectangular ring shaped Dielectric Resonator Antenna for Dual and Wideband Fr...Rectangular ring shaped Dielectric Resonator Antenna for Dual and Wideband Fr...
Rectangular ring shaped Dielectric Resonator Antenna for Dual and Wideband Fr...
 
Covesion ppln
Covesion pplnCovesion ppln
Covesion ppln
 
NF Frequency Response Analyzer FRA tecknical guide
NF Frequency Response Analyzer FRA  tecknical guide NF Frequency Response Analyzer FRA  tecknical guide
NF Frequency Response Analyzer FRA tecknical guide
 
Quality-delay Tradeoff Optimization in Multi-Bitrate Adaptive Streaming
Quality-delay Tradeoff Optimization in Multi-Bitrate Adaptive StreamingQuality-delay Tradeoff Optimization in Multi-Bitrate Adaptive Streaming
Quality-delay Tradeoff Optimization in Multi-Bitrate Adaptive Streaming
 
Advanced Oscilloscope Technologies enabling Terabit Optical Communications
Advanced Oscilloscope Technologies enabling Terabit Optical CommunicationsAdvanced Oscilloscope Technologies enabling Terabit Optical Communications
Advanced Oscilloscope Technologies enabling Terabit Optical Communications
 
Using Distortion Shaping Technique to Equalize ADC THD Performance Between ATEs
Using Distortion Shaping Technique to Equalize ADC THD Performance Between ATEsUsing Distortion Shaping Technique to Equalize ADC THD Performance Between ATEs
Using Distortion Shaping Technique to Equalize ADC THD Performance Between ATEs
 
Bitm2003 802.11g
Bitm2003 802.11gBitm2003 802.11g
Bitm2003 802.11g
 
Digial instrumentation fnal
Digial instrumentation fnalDigial instrumentation fnal
Digial instrumentation fnal
 
LONG HAUL MULTI-GIGABIT MICROWAVE: A NEW APPROACH
LONG HAUL MULTI-GIGABIT MICROWAVE: A NEW APPROACHLONG HAUL MULTI-GIGABIT MICROWAVE: A NEW APPROACH
LONG HAUL MULTI-GIGABIT MICROWAVE: A NEW APPROACH
 
A 45Gb/s PAM-4 Transmitter Delivering 1.3Vppd Output Swing with 1V supply in ...
A 45Gb/s PAM-4 Transmitter Delivering 1.3Vppd Output Swing with 1V supply in ...A 45Gb/s PAM-4 Transmitter Delivering 1.3Vppd Output Swing with 1V supply in ...
A 45Gb/s PAM-4 Transmitter Delivering 1.3Vppd Output Swing with 1V supply in ...
 
2014 PV Performance Modeling Workshop: Optimization strategies with Pvsyst fo...
2014 PV Performance Modeling Workshop: Optimization strategies with Pvsyst fo...2014 PV Performance Modeling Workshop: Optimization strategies with Pvsyst fo...
2014 PV Performance Modeling Workshop: Optimization strategies with Pvsyst fo...
 
dsp dip.pptx
dsp dip.pptxdsp dip.pptx
dsp dip.pptx
 

More from Pete Sarson, PH.D

Politecnico di Torino Test Engineering Lecture
Politecnico di Torino Test Engineering LecturePolitecnico di Torino Test Engineering Lecture
Politecnico di Torino Test Engineering Lecture
Pete Sarson, PH.D
 
Arizona State University Test Lecture
Arizona State University Test LectureArizona State University Test Lecture
Arizona State University Test Lecture
Pete Sarson, PH.D
 
Use Models for Extending IEEE 1687 to Analog Test
Use Models for Extending IEEE 1687 to Analog TestUse Models for Extending IEEE 1687 to Analog Test
Use Models for Extending IEEE 1687 to Analog Test
Pete Sarson, PH.D
 
A Technique for Dynamic Range Improvement of Intermodulation Distortion Produ...
A Technique for Dynamic Range Improvement of Intermodulation Distortion Produ...A Technique for Dynamic Range Improvement of Intermodulation Distortion Produ...
A Technique for Dynamic Range Improvement of Intermodulation Distortion Produ...
Pete Sarson, PH.D
 
Low supply voltage test to screen resistive bridges in OTPs with dppm data
Low supply voltage test to screen resistive bridges in OTPs with dppm dataLow supply voltage test to screen resistive bridges in OTPs with dppm data
Low supply voltage test to screen resistive bridges in OTPs with dppm data
Pete Sarson, PH.D
 
Yield improvement of an eeprom for automotive applications
Yield improvement of an eeprom for automotive applicationsYield improvement of an eeprom for automotive applications
Yield improvement of an eeprom for automotive applications
Pete Sarson, PH.D
 
Getting to 0ppm - Automotive Session
Getting to 0ppm - Automotive SessionGetting to 0ppm - Automotive Session
Getting to 0ppm - Automotive Session
Pete Sarson, PH.D
 
An example transition to 1687-based mixed-signal DFT
An example transition to  1687-based mixed-signal DFTAn example transition to  1687-based mixed-signal DFT
An example transition to 1687-based mixed-signal DFT
Pete Sarson, PH.D
 
The future of Analogue Test - NMI DFT event
The future of Analogue Test - NMI DFT eventThe future of Analogue Test - NMI DFT event
The future of Analogue Test - NMI DFT event
Pete Sarson, PH.D
 
Asian Test Symposium 2013 eeprom qualification
Asian Test Symposium 2013 eeprom qualification Asian Test Symposium 2013 eeprom qualification
Asian Test Symposium 2013 eeprom qualification
Pete Sarson, PH.D
 
Idt2014 panel
Idt2014 panelIdt2014 panel
Idt2014 panel
Pete Sarson, PH.D
 

More from Pete Sarson, PH.D (11)

Politecnico di Torino Test Engineering Lecture
Politecnico di Torino Test Engineering LecturePolitecnico di Torino Test Engineering Lecture
Politecnico di Torino Test Engineering Lecture
 
Arizona State University Test Lecture
Arizona State University Test LectureArizona State University Test Lecture
Arizona State University Test Lecture
 
Use Models for Extending IEEE 1687 to Analog Test
Use Models for Extending IEEE 1687 to Analog TestUse Models for Extending IEEE 1687 to Analog Test
Use Models for Extending IEEE 1687 to Analog Test
 
A Technique for Dynamic Range Improvement of Intermodulation Distortion Produ...
A Technique for Dynamic Range Improvement of Intermodulation Distortion Produ...A Technique for Dynamic Range Improvement of Intermodulation Distortion Produ...
A Technique for Dynamic Range Improvement of Intermodulation Distortion Produ...
 
Low supply voltage test to screen resistive bridges in OTPs with dppm data
Low supply voltage test to screen resistive bridges in OTPs with dppm dataLow supply voltage test to screen resistive bridges in OTPs with dppm data
Low supply voltage test to screen resistive bridges in OTPs with dppm data
 
Yield improvement of an eeprom for automotive applications
Yield improvement of an eeprom for automotive applicationsYield improvement of an eeprom for automotive applications
Yield improvement of an eeprom for automotive applications
 
Getting to 0ppm - Automotive Session
Getting to 0ppm - Automotive SessionGetting to 0ppm - Automotive Session
Getting to 0ppm - Automotive Session
 
An example transition to 1687-based mixed-signal DFT
An example transition to  1687-based mixed-signal DFTAn example transition to  1687-based mixed-signal DFT
An example transition to 1687-based mixed-signal DFT
 
The future of Analogue Test - NMI DFT event
The future of Analogue Test - NMI DFT eventThe future of Analogue Test - NMI DFT event
The future of Analogue Test - NMI DFT event
 
Asian Test Symposium 2013 eeprom qualification
Asian Test Symposium 2013 eeprom qualification Asian Test Symposium 2013 eeprom qualification
Asian Test Symposium 2013 eeprom qualification
 
Idt2014 panel
Idt2014 panelIdt2014 panel
Idt2014 panel
 

Recently uploaded

Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
PauloRodrigues104553
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 

Recently uploaded (20)

Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
Series of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.pptSeries of visio cisco devices Cisco_Icons.ppt
Series of visio cisco devices Cisco_Icons.ppt
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 

IDT2014 Chirp Presentation

  • 1. Confidential © ams AG 2014 Filter Characterization using a Chirp 9th IEEE International Design and Test Symposium Peter Sarson CEng MIET CMgr MCMI Full Service Foundry 16th – 18th December 2014
  • 2. Confidential © ams AG 2014 Agenda Problem Statement What is a chirp How to make a discrete chirp Filter measurements Correlation and Repeatability Waveform Flexibility Test Time Saving Phase and group delay Extension to BIST Conclusion
  • 3. Confidential © ams AG 2014 Page 3 Problem Statement What is the problem we want to address • Initial Silicon always needs some kind of characterization on ATE • Time pressure causes issues and discussion of bench or ATE • If a generic approach can be generated then this becomes plug and play with some minor changes, only test time is a discussion • Based on the above we will discuss how to characterize filter characteristics easily with great reuse possibilities using a chirp
  • 4. Confidential © ams AG 2014 Page 4 Test Setup
  • 5. Confidential © ams AG 2014 Agenda Problem Statement What is a chirp How to make a discrete chirp Filter measurements Correlation and Repeatability Waveform Flexibility Test Time Saving Phase and group delay Extension to BIST Conclusion
  • 6. Confidential © ams AG 2014 Page 6 What a chirp consists of is quite simple, in a continuous system the instantaneous frequency of the signal linearly increases. f(t) = f0 + kt What is a chirp Picture from wikipedia
  • 7. Confidential © ams AG 2014 Page 7 Why Chirp and not Multitone? • Unfortunately for devices that have a very low input power sensitivity, a multitone can cause some issues. • Max Tone Power = Max Input Power / NUM_FREQS • i.e. tones in the noise floor • intermodulation distortion product effects between individual tones • i.e. IM3, IM5, IM7 etc
  • 8. Confidential © ams AG 2014 Agenda Problem Statement What is a chirp How to make a discrete chirp Filter measurements Correlation and Repeatability Waveform Flexibility Test Time Saving Phase and group delay Extension to BIST Conclusion
  • 9. Confidential © ams AG 2014 Page 9 Chirp Signal Requirements • What is the required accuracy of the measurement for the corner frequencies of the bandpass filter? • What are the corner frequencies and bandwidth of the filter being measured? • How do we make this waveform reusable? • How do we do all this and not violate the max operating conditions of the AWG (Arbitrary Waveform Generator)?
  • 10. Confidential © ams AG 2014 Page 10 Chirp Signal Constraints • Ensure that Max Sampling frequency is not exceeded − i.e. Sampling Frequency/Tone Frequency = NUM POINTS/BIN NUMBER − Also Frequency Resolution = Sampling Frequency / NUM POINTS • Ensure that Max memory depth is not exceeded − i.e. 16MB for LTX AWGHSB (High Speed AWG) • Use a nomalised frequency so that the waveform is scalable i.e. a frequency resolution of 1
  • 11. Confidential © ams AG 2014 Page 11 Bandpass filter Centre - 40kHz Low Pass - 7kHz High Pass - 80kHz Therefore create Chirp with: Freq Resolution = 1kHz Max Freq = 100kHz Hence NUM TONES = 100 Hence the waveform is scalable Chirp Creation example
  • 12. Confidential © ams AG 2014 Page 12 Generic Chirp Example Code
  • 13. Confidential © ams AG 2014 Page 13 Chirp Frequency Domain
  • 14. Confidential © ams AG 2014 Agenda Problem Statement What is a chirp How to make a discrete chirp Filter measurements Correlation and Repeatability Waveform Flexibility Test Time Saving Phase and group delay Extension to BIST Conclusion
  • 15. Confidential © ams AG 2014 Page 15 Using same setup for the Digitiser as the AWG we can make an initial time domain measurement of the filter. By performing an mag fft on the time domain data we can analyze the frequency domain. From the mag fft the magnitude characteristic should be observable How do we extract the data we need from this? Filter Characteristic Measurement
  • 16. Confidential © ams AG 2014 Page 16 • Normalise array i.e. convert to log dbc • Add 3dB or required attenuation point • Clip array at ± small number • Find max value and point in array, this lower atten point • Reverse array • Find max point in array and subtract from NUM POINTS, this is upper atten point • Multiply the atten points by frequency resolution and this is the actual atten frequencies Frequency Domain Capture
  • 17. Confidential © ams AG 2014 Page 17 DSP code
  • 18. Confidential © ams AG 2014 Agenda Problem Statement What is a chirp How to make a discrete chirp Filter measurements Correlation and Repeatability Waveform Flexibility Test Time Saving Phase and group delay Extension to BIST Conclusion
  • 19. Confidential © ams AG 2014 Page 19 Correlation Test Bench ATE 40kHz Lower Frequency -3dB point 7.72 kHz 7.480 KHz 40kHz Upper Frequency -3dB point 83.98 kHz 84.32 KHz
  • 20. Confidential © ams AG 2014 Page 20 Repeatability
  • 21. Confidential © ams AG 2014 Agenda Problem Statement What is a chirp How to make a discrete chirp Filter measurements Correlation and Repeatability Waveform Flexibility Test Time Saving Phase and group delay Extension to BIST Conclusion
  • 22. Confidential © ams AG 2014 Page 22 Waveform Flexibility • Waveform has a 1kHz Frequency Resolution • Waveform has 100 tones • Hence waveform can be scaled easily hence saving more waveforms being generated if system allows • Waveform can be scaled in frequency with a change to Sampling Frequency • By multiplying sampling frequency by 10, the waveform now has a max frequency of 1MHz with a Frequency Resolution of 10kHz
  • 23. Confidential © ams AG 2014 Page 23 Waveform Flexibility – 550kHz filter Capture
  • 24. Confidential © ams AG 2014 Page 24 Waveform Flexibility - Correlation Test Bench ATE 550kHz Lower Frequency -3dB point 196.60kHz 198.3 kHz 550kHz Upper Frequency -3dB point 822.00kHz 819.3 kHz
  • 25. Confidential © ams AG 2014 Agenda Problem Statement What is a chirp How to make a discrete chirp Filter measurements Correlation and Repeatability Waveform Flexibility Test Time Saving Phase and group delay Extension to BIST Conclusion
  • 26. Confidential © ams AG 2014 Page 26 Test Time • Original test program code using discrete frequencies and start/stop of AWG and DIG was 250ms, this was 5 frequencies not 100! • Using chirp with no start stop is purely dependant on the UTP time of the source which is 100ms for this example. • Difference is 150ms • If UTP is faster i.e. faster Sampling Frequency the gain is more, why? − Start and stop and hardware stable time is fixed − Chirp test time is fixed by the UTP time, so 1 start/stop and 1 source/capture
  • 27. Confidential © ams AG 2014 Agenda Problem Statement What is a chirp How to make a discrete chirp Filter measurements Correlation and Repeatability Waveform Flexibility Test Time Saving Phase and group delay Extension to BIST Conclusion
  • 28. Confidential © ams AG 2014 Page 28 Extension to Phase Information • Waveform is not stopped between frequency segments − Due to this we have full phase information • By doing an FFT instead of Mag FFT all phase information is available − i.e. Cosθand Sinθ
  • 29. Confidential © ams AG 2014 Page 29 Unexpected Phase Response
  • 30. Confidential © ams AG 2014 Page 30 Expected Phase Response
  • 31. Confidential © ams AG 2014 Page 31 Phase Response • Not expected phase response • Due to frequency changing over time and hence causing a t^2 effect • Once phase is differentiated the phase response looks correct • However Phase Response result isn’t stable and doesn’t correlate • Due to this group delay is a non starter • Issue is due to the instantaneous phase of the AWG not being known • Require a loopback onboard so as to do calibration during testing
  • 32. Confidential © ams AG 2014 Page 32 New Board – Loopback facility
  • 33. Confidential © ams AG 2014 Agenda Problem Statement What is a chirp How to make a discrete chirp Filter measurements Correlation and Repeatability Waveform Flexibility Test Time Saving Phase and group delay Extension to BIST Conclusion
  • 34. Confidential © ams AG 2014 Page 34 BIST – Future work • Add an on chip VCO with frequency range of the filter • Ramp voltage on VCO input with cheap analogue resource • Effect is an on-chip chirp generator
  • 35. Confidential © ams AG 2014 Agenda Problem Statement What is a chirp How to make a discrete chirp Filter measurements Correlation and Repeatability Waveform Flexibility Test Time Saving Phase and group delay Extension to BIST Conclusion
  • 36. Confidential © ams AG 2014 Page 36 Conclusion • By using a Chirp test time can be improved. • Aid Design in initial ramp up and characterization. • Possibility of Software IP and code reusability. • With correct hardware design this can also be applied to Phase Response and Group Delay
  • 37. Confidential © ams AG 2014 Thank you Please visit our website www.ams.com