simulink
How to obtain the maximum of a number in Simulink?
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.[详细]
2023-03-07 04:04 分类:问答Implementing ceil function in Xilinx
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.[详细]
2023-03-06 13:02 分类:问答Using Slice Block in Simulink
I 开发者_如何学运维am having some trouble using the Slice block(Xilinx Bit Slice Extractor).[详细]
2023-03-06 10:26 分类:问答See if a signal originates from a bus in Simulink
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[详细]
2023-03-05 22:48 分类:问答Timing Signal understanding in Xilinx Simulink
I am having some trouble understanding the concept of Timing Signals in Simulink (Xilink Library). I will explain with an example,[详细]
2023-03-05 15:36 分类:问答Sine of the signal in Xilinx Simulink
I am implementing a DQPSK modulator and Demodulator. I would like to calculate the exp(1j*Phase) in Simulink.[详细]
2023-03-03 14:50 分类:问答DBPSK Demodulation in Simulink using Xilinx blockset
I am trying to build a DBPSK demodulator using Simulink and Xilinx blockset. I calculate the Phase Difference of the Successive samples like this :[详细]
2023-03-02 19:08 分类:问答Using get_param in simulink returns an array
I have an S-Function called mxsf. When I run the following command: mxhandle = get_param(mxsf, \'Handle\')[详细]
2023-02-26 05:43 分类:问答Simulink: How can I use object instances from workspace in an embedded matlab function?
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[详细]
2023-02-24 19:39 分类:问答Enumerate inports and outports of a block in Simulink
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:[详细]
2023-02-23 12:05 分类:问答