Respondida
Triggered pulse generator with two inputs
With the few possibilities of A and B mentioned, the logic looks like SR flip flops. Incase your logic matches with SR Flip Flop...

más de 4 años hace | 0

Respondida
Plotting grapf of heat exchanger
The plot(c(:,1), c(:,3)) considers the first value of c(:,1) as x coordinate and first value of c(:,3) as the y coordinate and ...

más de 4 años hace | 0

Respondida
How to use For loop
Expressions like a<b<c are interpreted as (a<b)<c which turns out to compare the logical result from a<b (either 0 or 1) with c....

más de 4 años hace | 0

Respondida
A digital code has more than one distinct set of corresponding analog values. This is often caused by initial conditions.
The error is self-explanatory considering the function. The function takes analog signal value, digital code value, analog dynam...

casi 5 años hace | 0

Respondida
LTE DLSCH Decode - HARQ issue
Let us assume STATEIN to be the input argument and STATEOUT as output from the lteDLSCHDecode function for clarity. The STATEIN ...

casi 5 años hace | 0

| aceptada

Respondida
How can I generate time shifted Dirac delta function(impulse response)?
You can generate a time shifted dirac delta function by using the dirac function. Assuming the time shift to be a value ‘a’, dir...

casi 5 años hace | 0

Respondida
Parity Check Matrix Generation for 5G LDPC
The nrLDPCEncode gets the input data matrix and the base graph number as its arguments. You were right about the association of ...

casi 5 años hace | 0

Respondida
Simulations with undefined variables
You can save the variable to the base workspace by using the To Workspace block or by using the Data import/export option in the...

casi 5 años hace | 0

Respondida
Plotting A Waveform With Various Inputs
Few of the inputs mentioned are common to sine, square and triangular wave and some are specific. I am not sure of what exactly ...

casi 5 años hace | 0

Respondida
Why am I getting "Unrecognized function or variable 'EM'."?
My initial analysis indicates this error was because the function ‘EM’ is not defined either as a local function nor as a Matlab...

casi 5 años hace | 0

Respondida
when saving the figure ,the color made by stem function will change
Hello Zen, Looks like your .png/.jpeg file still holds the same color. Try changing the linewidth property and use the marker p...

casi 5 años hace | 0

Respondida
Simulink: How to hold a if conditional over a period of time
For an easy solution you can use Stateflow and create two states OFF and ON. Get the input SOC and check if it is greater than 8...

casi 5 años hace | 0

Respondida
Is there a tool for copying equations from, say, the MATLAB documentation into a .m file?
Hello Keenan, You cannot find the M file of the ‘Induction motor’ Simulink Block. You can find the subsystem blocks of it by ri...

casi 5 años hace | 0

Respondida
Arduino Support from MATLAB Not Installing
My initial analysis indicates this crash was the result of a known issue. You can refer to the following question for resolution...

casi 5 años hace | 0

Respondida
Probabiliy Distributions in 3-D
You can use the surf function to create a 3D surface plot. This function lets you have an interactive 3D plot where you can have...

casi 5 años hace | 0

| aceptada

Respondida
Why does MATLAB crash when plotting?
My initial analysis indicates this crash was the result of a known issue. You can refer to the following question for resolution...

casi 5 años hace | 0

Respondida
Sample a waveform at rate of 1pico second
Based on the information you have shared; I believe you acquired the waveform by plotting a workspace variable. Then it should c...

casi 5 años hace | 0

Respondida
NR PDSCH Throughput example SISO and MISO
The error “Expected Input to be Finite” occurs when the input contains non-finite value(s). In this case the equalizer output pd...

casi 5 años hace | 0

| aceptada

Respondida
Is it possible to set channel type to gaussian?
As of now the available options for channel type in the channel model configuration are the Rayleigh fading model types such as ...

casi 5 años hace | 0

Respondida
5G waveform generation with multiple bandwidth parts with in a single carrier
To characterize a 5G baseband component carrier waveform for multiple Bandwidth Parts (BWPs) each with their own sub carrier spa...

casi 5 años hace | 0