I am building a model which requires me to find the maximum of a set of 8 signals, also find the index of the maximum value.
I would like to take the ceil of the signal in Simulink(Xilinx Library). So, if for instance, the signal value is 1.5, the output would be 2.
I 开发者_如何学运维am having some trouble using the Slice block(Xilinx Bit Slice Extractor).
We have an S-Function that does not support bus signals in Simulink, so programmatically I am trying to find a way to determine if the signal type of an inport/outport originates from/is going to a bu
I am having some trouble understanding the concept of Timing Signals in Simulink (Xilink Library). I will explain with an example,
I am implementing a DQPSK modulator and Demodulator. I would like to calculate the exp(1j*Phase) in Simulink.
I am trying to build a DBPSK demodulator using Simulink and Xilinx blockset. I calculate the Phase Difference of the Successive samples like this :
I have an S-Function called mxsf. When I run the following command: mxhandle = get_param(mxsf, \'Handle\')
In this case I have a neural network (NN) instance in my base workspace that I wish to use in a simulation with Simulink. I wrapped the use of the NN in an Embedded Matlab function with input argument
How would one enumerate the inport and outport handles of a block problematically in Simulink? So far I have tried using the following, where \'sfunc\' has already been set to the block handle: