Altera_Forum
Honored Contributor
10 years agoSupport Vector Machine VHDL
I would like to know if there someone has a VHDL code for Support Vector Machine.
I would also like to know if someone could explain to me this line of code res: out sfixed(7 downto -10) I know what is downto, but I have never seen it to a negative number before. Does that mean this is sfixed is 17 bits? If so why not 16 downto 0 Thanks I also attached an SVM code that I understand but having trouble some parts.