Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to determine frame rate from pixel clock

Status
Not open for further replies.

sid_27

Junior Member level 2
Joined
Aug 14, 2013
Messages
21
Helped
6
Reputation
12
Reaction score
6
Trophy points
3
Activity points
139
Hi I have designed VGA controller for XGA 1024x768 and its pixel freq is 65 MHz. How do I determine the frame rate (fps) for this.
 

you know you get 1024x768 (786,432) pixels per frame. 65,000,000/768432 = 82.65. But theres probably some blanking overhead, so its likely to be 60Hz. You need to read the timing specs.
 

Is Screen refresh rate 60 Hz is same as 60 fps. What should be the pixel clock if I want 1024x768, 30fps
 

Strictly speaking fps doesn't matter for pixel clock, it's the refresh rate that matters for pixel clock. And no, refresh != fps. For example it's perfectly fine to have a 120 Hz refresh with only 30 fps. And in that example the pixel clock will be dictated by the 120 Hz refresh.
 
What is the formula to calculate the fps, If my VGA Controller is 1024x768 and pixel clock is 65 MHz. What adjustment i have to do if I want 30fps output.
 

There isnt one. The FPS is just how often you update the output. You could have a 60Hz refresh rate (ie, you output 60 frames per second) but if the frame buffer is only updated every other refresh, then the frame rate is only 30 fps.
So there is no formula to work out from the resolution and pixel clock. The FPS is determined by you.
 
  • Like
Reactions: sid_27

    sid_27

    Points: 2
    Helpful Answer Positive Rating
Take a display where you change the content once per day, but obviously still have a refresh rate of 60 Hz. Then the formula for your number of fps = 1/(24*3600). There we go, formula, problem solved.

Also, 1 microsecond of googling: https://en.wikipedia.org/wiki/Frame_rate
 
If the question is about CRT interface standards, there's a fixed relation between pixel and vertical frequency. The popular XGA standard uses 65 MHz pixel frequency with 60 Hz vertical scanning frequency. It's available both in analog VGA and digital DVI interface.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top