Forum Discussion
Altera_Forum
Honored Contributor
17 years agonumerical representation help
i tried a simple model such as following: a constant block with value -8/3 connected to five inputs are set as following: 1: Bus Type = Signed Fractional Number of Bits [.] = 5...
Altera_Forum
Honored Contributor
17 years agoYou're not allowed to use a Simulink mux like that. Simulink muxes create "vectors" of signals and as such each signal must be of the same type. You could convert them all to the same type before connecting them to the mux or you could just create a scope with 5 inputs and connect them directly to the scope.