Answered
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...

nästan 3 år ago | 0

Answered
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 ...

nästan 3 år ago | 0

Answered
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....

nästan 3 år ago | 0

Answered
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...

ungefär 3 år ago | 0

Answered
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 ...

ungefär 3 år ago | 0

| accepted

Answered
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...

ungefär 3 år ago | 0

Answered
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 ...

ungefär 3 år ago | 0

Answered
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...

ungefär 3 år ago | 0

Answered
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 ...

ungefär 3 år ago | 0

Answered
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...

ungefär 3 år ago | 0

Answered
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...

ungefär 3 år ago | 0

Answered
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...

ungefär 3 år ago | 0

Answered
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...

ungefär 3 år ago | 0

Answered
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...

ungefär 3 år ago | 0

Answered
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...

ungefär 3 år ago | 0

| accepted

Answered
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...

ungefär 3 år ago | 0

Answered
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...

ungefär 3 år ago | 0

Answered
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...

ungefär 3 år ago | 0

| accepted

Answered
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 ...

ungefär 3 år ago | 0

Answered
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...

ungefär 3 år ago | 0