TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Tips and resources for learning video DSP

1 pointsby pro_zacabout 7 years ago
I&#x27;ve been working on video DSP systems for a few months. I&#x27;m the sole engineer on a project that involves HDMI I&#x2F;O on an FPGA using several memory buffers in internal memory and DDR3. All of this is self taught.<p>I spend a lot of time debugging video output. I have discovered a few rules that help pinpoint issues. A couple examples: -If data is early. This may be a FIFO overrun or a shortened data valid signal. -If the video is scrolling down or right, the data is late. This may be a starved FIFO or an extended data valid signal. -If the image looks stable, but has odd artifacts on edges, you may be sampling data on the wrong clock edge. Switch from rising to falling or vice versa.<p>Does anyone have similar video DSP debugging tips or resources (websites, books, forums, etc.) for this type of work?

no comments

no comments