Video from digital data
1 次查看(过去 30 天)
显示 更早的评论
I have CCD image sensor (EIA B/W) and its output is connected to Analog Front End(AFE). The output of AFE is 12 Bit Digital data at the rate of 9 MHz. I am thinking to get this digital data to my computer using MATLAB Data Acquisition tool box and NI's hardware PCIe 6536. What is the best way to create a video from my digital data (12Bit @ 9 MHz plus sync signals) using MATLAB?
1 个评论
Walter Roberson
2012-6-8
Duplicate is at http://www.mathworks.com/matlabcentral/answers/40016-video-capture
回答(1 个)
Walter Roberson
2012-6-8
That device is too slow for your purposes. It handles a maximum of 25 megabits per second per channel, whereas you need at least 108 megabits per second (plus sync)
The entire 653x line is too slow for your purposes. You need a 6545, 6547, or 6548 to go as fast as you need -- but all three of those are only available in PXI Express, not PCIe .
Note that the 653x and 654x are digital I/O series, so implicitly 1 bit per sample (which is why you need to go past 100 MHz sampling rate to get your 9 MHz x 12 bits). The consequence of this is that you might have difficulty in detecting the sync, as sync is usually analog processing (or at least multiple bits per sample when digitized.)
I don't know if you would be able to get data out for your purposes, but look at the 5124 and related products http://sine.ni.com/nips/cds/view/p/lang/en/nid/203051 -- you might be able to get away with even a 5105 http://sine.ni.com/nips/cds/view/p/lang/en/nid/206411 but I am not certain if it has enough bandwidth product (60 MHz analog bandwidth even though it is a 12 bit digitizer that can operate at 60 MS/s). Note: the 51xx series needs a PXI chassis and controller with it, so take those into account in pricing concerns!
5 个评论
Walter Roberson
2012-6-11
Unusual device, that AFE...
It appears to me that you should be able to use even the 6535 which is about $800 less expensive.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simultaneous and Synchronized Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!