Forum Discussion
Altera_Forum
Honored Contributor
12 years agoCarl - I think its more complicated than edge detection on a single input signal. Sounds like the OP is talking about edge detection in an image.
The best thing to do is code up your algorithm in C/Matlab so that you know it works. Then learn digital design, and then covert it to VHDL. Compare the VHDL results to the C/Matlab model, and there you go. You can do plenty of edge detection algorithms in VHDL (sobel, Haas, lutz, wavelet ). Its really up to how good your engineering skills are.