photo

Priyanshu Mishra

Last seen: 4 jours il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 3
  • Revival Level 1
  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
HDL Verifier "Verify HDL Module with MATLAB Test Bench" Tutorial: Cannot find example code from Tutorial.
Hello Julien, For MATLAB 23b and later versions, execute the following command in the Command Window to open the example: >> ...

5 mois il y a | 1

| A accepté

Réponse apportée
i want to get wind speed wind direction quiver
Hi Young, You may refer to following problem, which has a similar query: https://www.mathworks.com/matlabcentral/answers/34065...

presque 4 ans il y a | 0

Réponse apportée
Fourier Transform of tripuls
Hi Moisa, fft is giving you a complex double values . Try taking only absolute values. I tried the following code and getting s...

presque 4 ans il y a | 0

Réponse apportée
Micro CT data reading
Hi Yasaween, To start with MATLAB and Simulink I can suggest you to go through the following training provided by MathWorks : ...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
I need to get the result for a unit step input at 0 s and a unit negative step disturbance at 25 s. But I am not understanding how to give the input
Hi Manideep For unitstep input , you may refer the following documentation: https://www.mathworks.com/help/signal/gs/impulse-s...

presque 4 ans il y a | 0

Réponse apportée
AppDesigner Lamp showing Calculation
Hi Kaan, You may refer for the following document for information on the app designer https://www.mathworks.com/help/matlab/c...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
Create a block system with Matlab and open it in Simulink
Hi Davide, You can create the similar model in simulink. For more information , you may refer the below document : https://www...

presque 4 ans il y a | 0

Réponse apportée
Normalized Histogram(area under curve unity) of the position angle.
Hi Manmeet, You may refer the following answer https://www.mathworks.com/matlabcentral/answers/24477-plotting-a-normalised-hi...

presque 4 ans il y a | 0

Réponse apportée
Signal logging through command line
Hi Mariam, You may visit the following answer as it has similar problem https://www.mathworks.com/matlabcentral/answers/44148-...

presque 4 ans il y a | 0

Réponse apportée
Frequency vs Amplitude plot using ODE45
Hi Ismail You may refer to following documentation for solving differential equation using ode45 and plotting your solutions: ...

presque 4 ans il y a | 0

Réponse apportée
Reading Serial Data on Arduino into Matlab
Hi Justin, You may refer the following link for reading streaming data from Arduino https://www.mathworks.com/help/matlab/mat...

presque 4 ans il y a | 0

Réponse apportée
how to control speed of the motor by using the rectifer inverter and motor circuit
Hi Maheshwari, You may visit to following link, for more information about PWM rectifier model for AC drives. https://www.math...

presque 4 ans il y a | 0

Réponse apportée
What will happen if sampling rate is less than Nyquist rate?
Hi Jami, According to Nyquist rule, the sampling frequency in this case should be more than 1000 Hz. To get more idea about, ...

presque 4 ans il y a | 0

Réponse apportée
Signal Analysis and Reconstruction
Hi Loren, You may see the documentation of concatenate to know more about this function.

environ 4 ans il y a | 0

Réponse apportée
Not Enough Input Arguments
Hi Sagar, You may refer to following documentation of xlsread . https://www.mathworks.com/help/matlab/ref/xlsread.html#btg5vmt...

environ 4 ans il y a | 0

Réponse apportée
How to derive Q-factor from BER?
Hi Alina, Since I do not have your code, I have written a small code. You may refer to it: ber = 2*10^-4 syms ber Q eqn = 0....

environ 4 ans il y a | 0

Réponse apportée
Convert complex number to phase shift in simulink
Hi Bamboo, In my understanding, there are couple of blocks which might be helpful for you. 1. Complex to magnitude angle 2. ...

environ 4 ans il y a | 0

Réponse apportée
How to search for where a function is used in Simulink Model
Hi Michael, Which item displays the full path of the item. If item is a MATLAB function in a Simulink model, then which display...

environ 4 ans il y a | 0

Réponse apportée
Graphing complex fourier series
Hi Santiago, You are getting this warning because you are attempting to plot a complex input with plot function. If you want to...

environ 4 ans il y a | 1

Réponse apportée
Solving difference equation using DFT
Hi Vishwajit, You may use the following code for your reference to solve above difference equation N = 8; a = [1 4 -1]; b = ...

environ 4 ans il y a | 0

Réponse apportée
Doubt on uitable on inserting particular number of rows and columns
Hi Lokesh, I have written a small code for your reference. You can proceed with this code f = figure; uit = uitable(f) d = ...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
Generate C++ code from standalone stateflow chart
Hi Meram, You can use Simulink Coder software to generate standalone C or C++ code from your Physical Networks models. you may ...

environ 4 ans il y a | 0

Réponse apportée
lauch simulink simulation from windows command prompt
Hi Matthieu, Please refer to the following link. This might help you https://www.mathworks.com/matlabcentral/answers/102082-ho...

environ 4 ans il y a | 0

Réponse apportée
Implementation of DIF FFT
Hi Vishwajith, Please refer to the following link. The similar problem is asked earlier as well. This link might help you. htt...

environ 4 ans il y a | 0

| A accepté

Réponse apportée
How to use Power Spectral density block in Simulink?
Hi Vineeth, Power Spectral Density block displays the frequency content of the buffer in graph window. The block calculates the...

environ 4 ans il y a | 0

Réponse apportée
Error due to multiple causes in Simulink block diagram
Hi Linee, The error is due to the "From worksapce" block, which you are using in your model. The first collumn of your data (wh...

environ 4 ans il y a | 0

Réponse apportée
how can I add a dielectric surface, like the terrain, in the antenna toolbox
Hi Ernst, You may use any of the installed antenna for terrain modelling. For adding a dielectric surface, you can DielctricCat...

environ 4 ans il y a | 0

Réponse apportée
Exporting model from workspace to Simulink
Hi Shafaq, You can directly import variable from workspace using block from workspace. For more information on this you may ref...

plus de 4 ans il y a | 0

Réponse apportée
How can I represent the following piecewise function in Simulink
Hi Idrak, You may refer to this link for using MATLAB function.

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
log function returning complex answers where there should be none
Hi Sandra, The complex values might be coming because value of co2r(r,m)-co2r(r,m-1) is negative. I would suggest you to put a ...

plus de 4 ans il y a | 0

Charger plus