Forum Discussion
Altera_Forum
Honored Contributor
12 years agoSimple explanation of channels
Hello people, I am having an already existent Quartus II project with my custom code and I want to implement a floating point control structure with DSP builder and use it inside the custom pro...
Altera_Forum
Honored Contributor
12 years agoHmmm. By reading a bit of the DSP Builder documentation I suspect that channels are samples that are fed through the same arithmetic processes but are individual to each other. For example I need the control system for a power electonics application and for this I need some current and voltage samples to be fed into some control structure. Since the current and voltage are combined inside the arithmetic process I cannot combine them into one datapath as two channels. Is it so?