kkpatel0071
Newbie level 3
- Joined
- Oct 3, 2013
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 25
My work is on xilinx FPGA board and title as DCT watermarking algorithm. Now i want to give input image 128*128 in verilog. It is 2D so i need to convert it into 1D so i can give it into my code. But how can i convert my 128*128 (2D) image block in to 1D?