Subtopic Deep Dive

Resolver-to-Digital Conversion
Research Guide

What is Resolver-to-Digital Conversion?

Resolver-to-Digital Conversion (RDC) transforms analog sine and cosine signals from resolvers into digital representations of rotor position and velocity.

RDC methods use DSP techniques like synchronous demodulation and angle-tracking observers for high-resolution tracking (Arab Khaburi, 2012, 103 citations). Implementations appear in FPGA and software for drives, enabling precise motion control. Over 1,000 citations across key papers span foundational A/D techniques to modern observers.

15
Curated Papers
3
Key Challenges

Why It Matters

RDC ensures accurate position feedback in salient-pole PMSM motors at standstill and high speeds, critical for robotics and electric vehicles (Corley and Lorenz, 1998, 828 citations). Self-calibrating A/D converters improve linearity in sensor interfaces for aerospace (Lee et al., 1984, 329 citations). Variable reluctance resolvers in EVs rely on RDC to handle uneven magnetic fields, boosting traction reliability (Kim, 2013, 83 citations).

Key Research Challenges

High-Speed Angle Tracking

Extracting rotor angle at high speeds requires observers that track rapid changes without phase lag. Arab Khaburi (2012) proposes a modified angle-tracking observer based on synchronous demodulation. This addresses limitations in traditional methods during DSP-based drives.

Uneven Magnetic Field Effects

Variable reluctance resolvers suffer accuracy loss from non-uniform fields in EVs. Kim (2013) analyzes characteristics and RDC compensation needs. Calibration techniques must mitigate these distortions for reliable position signals.

Temperature-Induced Errors

Resolvers and gyroscopes show resonant frequency shifts with temperature, degrading conversion accuracy. Xia et al. (2009) detail linear frequency drops and Q-factor changes (85 citations). Compensation methods integrate into RDC for stable performance.

Essential Papers

1.

Rotor position and velocity estimation for a salient-pole permanent magnet synchronous machine at standstill and high speeds

M.J. Corley, R. D. Lorenz · 1998 · IEEE Transactions on Industry Applications · 828 citations

This material is presented to ensure timely dissemination of scholarly and technical work. Copyright and all rights therein are retained by authors or by other copyright holders. All persons copyin...

2.

A self-calibrating 15 bit CMOS A/D converter

H.-S. Lee, D.A. Hodges, P.R. Gray · 1984 · IEEE Journal of Solid-State Circuits · 329 citations

A self-calibrating analog-to-digital converter using binary weighted capacitors and resistor strings is described. Linearity errors are corrected by a simple digital algorithm. A folded cascode CMO...

3.

Window Functions and Their Applications in Signal Processing

K.M.M. Prabhu · 2018 · 130 citations

Window functions—otherwise known as weighting functions, tapering functions, or apodization functions—are mathematical functions that are zero-valued outside the chosen interval. They are well esta...

4.

Software-Based Resolver-to-Digital Converter for DSP-Based Drives Using an Improved Angle-Tracking Observer

Davood Arab Khaburi · 2012 · IEEE Transactions on Instrumentation and Measurement · 103 citations

In this paper, a new resolver-to-digital conversion method is presented. This method is based on synchronous demodulation of resolver's output signals. A modified angle-tracking observer is propose...

5.

Flexible smart sensor framework for autonomous full-scale structural health monitoring

Jennifer A. Rice · 2009 · Illinois Digital Environment for Access to Learning and Scholarship (University of Illinois at Urbana-Champaign) · 93 citations

The demands of aging infrastructure require effective methods for structural monitoring
\nand maintenance. Wireless smart sensors provide an attractive means for structural
\nhealth monitor...

6.

Electrostatic sensors – Their principles and applications

Yong Yan, Yonghui Hu, Lijuan Wang et al. · 2020 · Measurement · 87 citations

7.

Microgyroscope Temperature Effects and Compensation-Control Methods

Dunzhu Xia, Shu‐Ling Chen, Shourong Wang et al. · 2009 · Sensors · 85 citations

In the analysis of the effects of temperature on the performance of microgyroscopes, it is found that the resonant frequency of the microgyroscope decreases linearly as the temperature increases, a...

Reading Guide

Foundational Papers

Start with Corley and Lorenz (1998, 828 citations) for PMSM position estimation basics; then Lee et al. (1984, 329 citations) for self-calibrating A/D principles; follow with Arab Khaburi (2012, 103 citations) for practical DSP observers.

Recent Advances

Study Kim (2013, 83 citations) on VR resolver fields; Xia et al. (2009, 85 citations) for temperature effects in sensors.

Core Methods

Core techniques: synchronous demodulation, angle-tracking observers (Khaburi, 2012), binary-weighted capacitor A/D (Lee et al., 1984), and flux monitoring for faults.

How PapersFlow Helps You Research Resolver-to-Digital Conversion

Discover & Search

Research Agent uses searchPapers and citationGraph to map RDC literature from Corley and Lorenz (1998, 828 citations) to recent observers, revealing 100+ related works on DSP tracking. exaSearch finds niche FPGA implementations; findSimilarPapers expands from Arab Khaburi (2012).

Analyze & Verify

Analysis Agent applies readPaperContent to extract observer equations from Arab Khaburi (2012), then runPythonAnalysis simulates angle-tracking in NumPy sandbox for velocity estimation verification. verifyResponse with CoVe checks claims against Corley and Lorenz (1998); GRADE assigns evidence scores to self-calibration methods (Lee et al., 1984).

Synthesize & Write

Synthesis Agent detects gaps in high-speed RDC via contradiction flagging across papers, highlighting needs for VR resolver compensation (Kim, 2013). Writing Agent uses latexEditText and latexSyncCitations to draft reports with equations, latexCompile for previews, and exportMermaid for signal flow diagrams.

Use Cases

"Simulate angle-tracking observer from Arab Khaburi 2012 for 10k RPM resolver signals."

Research Agent → searchPapers → Analysis Agent → readPaperContent + runPythonAnalysis (NumPy demodulation sim) → matplotlib velocity plot output.

"Draft LaTeX section on RDC calibration citing Lee et al. 1984 and Kim 2013."

Synthesis Agent → gap detection → Writing Agent → latexEditText + latexSyncCitations + latexCompile → camera-ready PDF with figures.

"Find GitHub code for FPGA-based resolver-to-digital converters linked to recent papers."

Research Agent → citationGraph on Corley 1998 → Code Discovery (paperExtractUrls → paperFindGithubRepo → githubRepoInspect) → verified DSP code repos.

Automated Workflows

Deep Research workflow scans 50+ RDC papers via searchPapers, structures reports on observer evolution from Corley (1998) to Khaburi (2012). DeepScan applies 7-step CoVe checkpoints to verify temperature compensation claims (Xia et al., 2009). Theorizer generates hypotheses for next-gen VR-RDC from Kim (2013) magnetic field analyses.

Frequently Asked Questions

What is Resolver-to-Digital Conversion?

RDC converts resolver sine/cosine outputs to digital angle/velocity using DSP observers or tracking loops (Arab Khaburi, 2012).

What are main RDC methods?

Methods include synchronous demodulation with angle-tracking observers (Khaburi, 2012) and self-calibrating A/D for high resolution (Lee et al., 1984).

What are key papers on RDC?

Corley and Lorenz (1998, 828 citations) on PMSM estimation; Arab Khaburi (2012, 103 citations) on software RDC; Kim (2013, 83 citations) on VR resolvers.

What open problems exist in RDC?

Challenges include high-speed tracking without lag, uneven field compensation in VR resolvers (Kim, 2013), and temperature stability (Xia et al., 2009).

Research Sensor Technology and Measurement Systems with AI

PapersFlow provides specialized AI tools for Computer Science researchers. Here are the most relevant for this topic:

See how researchers in Computer Science & AI use PapersFlow

Field-specific workflows, example queries, and use cases.

Computer Science & AI Guide

Start Researching Resolver-to-Digital Conversion with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Computer Science researchers