Answered
How to transmit the data between PC and FPGA using serial ports
Hello @Sainath, Data can be transmitted between FPGA and MATLAB GUI using MATLAB’s “fread” and “fwrite” functions. In order...

1 year ago | 0

Answered
Phase error between two signals ?
Hello @El Mehdi FADEL, For calculating phase difference, you can use “Fourier” block to get amplitude and phase angle of each ...

1 year ago | 0

Answered
How can i measure an average value of a continuous signal in simulink ?
Hello @Sai Gm, You can calculate the mean value of a signal over a time period using the “mean” block in Simulink. You can ref...

1 year ago | 0

Answered
How can I calculate a mean of a signal or a mean of a part of a signal on Simulink ?
Hello @karim, To calculate the mean of a signal, follow the steps listed below: You can use the “Mean” block from the Simul...

1 year ago | 1

Answered
How can i detect the amplitude of a sinusoidal signal in Simulink ?
Hi @El Mehdi FADEL, The amplitude can be found using the “minmax” block in Simulink. The block returns the maximum and minimum...

1 year ago | 1

Answered
PLL Simulink 3 phase grid
Hi @Monica, The block referred to, 'actual amplitude detection', adjusts the normalization of the input grid signals based on ...

1 year ago | 1

Answered
External mode option not showing on simulink matlab 2020a
Hi @Najam Islam, As per my understanding you are trying to find some button/option named “external mode” which will interface ...

1 year ago | 1

Answered
Hotkeys not working in matlab
Hi @Ramil Ahtamyanov, I believe keyboard shortcuts are not working because of the following reasons: Unsupported keyboard la...

1 year ago | 1

Answered
rescaleing subfigures within figure
Hi @Jakob, According to what I inferred from the question, I believe you are facing the following issues: Resizing multiple p...

1 year ago | 2

Answered
convert double array in array string in table
As @Stephen23 rightly mentioned we can use the functions “array2table” and “convertvars” to convert double array and string arra...

1 year ago | 1