Altera_Forum
Honored Contributor
18 years agoWhere to start and what to use
scenario:
I bought the Cylcone II Video development kit to perform image processing on video. The image processing routines are mainly matrix operations (Convolution, multiplication, element access) and a few FFT routines. My algorithms are currently in Matlab. question: I'm not sure which tools will be the best to do the development. Nios, DSP Builder or VHDL (or a combination)? I've done some simulations with DSP Builder, but it is VERY slow. I'm thinking of using Nios for the main part of the algorithm implementation, is this a good idea?