09-29-2017 01:00 AM
i am currently working on a project on video transmission using digital modulation techniques in LabVIEW.
anyone provide me with a method or a vi to convert the video to bitstream so that it could be fed to the modulator such as PSK or CPFSK.
07-22-2019 06:51 AM
Hi!
Did you find some method, I'm working in something similar that you did.
07-22-2019 12:19 PM
I am programing vision on FPGA.
On the FPGA we convert every image to bitstream
Would that help?
07-22-2019 12:27 PM
yes, i'm not working on FPGA but the block diagram could help to get an idea
07-22-2019 03:48 PM
I attach a function that converts 2D Image image to Pixelbus
I use this function to simulate FPGA processing.
I translate image on the PC into Pixelbus steam and test my algorithms on the PC.
Then after I simulate I convert the image back.
You need to use 2D Image to PixelBus x1.vi
I think this should do what you need.
You should set the Insert delay to 0. It doesn't mean anything in your case on a PC.
This is to simulate different loop timing on FPGA.
Hope that helps
07-22-2019 03:53 PM
I would like to suggest that you remove the Insert Delay from the diagram. You don't need it.
1. DV = Data Valid = True in simulation
2. EOL = End of line
3. EOI = End of Image