photo

Pratyush


Attivo dal 2023

Followers: 0   Following: 0

Statistica

  • Knowledgeable Level 4
  • 6 Month Streak
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Which sample time for simulating discrete Stepper Motor model (FOC Control)?
Hi Finn, When simulating discrete-time motor models with field-oriented control (FOC), the sample time of the motor model signi...

4 giorni fa | 0

| accettato

Risposto
How to increase the velocity of high-fidelity-plant multirotor in uavpackagedelivery
Hi Eymen, To increase the UAV's speed in MATLAB without compromising the flight path, consider the following steps: Adjust Max...

7 giorni fa | 0

Risposto
Accurate time delay in FMCW radar simulation using radarTransceiver.
Hi Jinqi, To achieve a more accurate signal delay for known signal forms like FMCW, you can use a direct analytical approach ra...

7 giorni fa | 0

Risposto
Matlab Runtime in NI Linux distro, for real-time code deployment with a CompactRIO target
Hi Pol, Deploying MATLAB code directly onto a Linux-based National Instruments (NI) CompactRIO system is challenging due to lim...

8 giorni fa | 0

Risposto
Adalm Pluto (Software Defined Radio) to Mobile Android Communication
Hi Rahul, Here's a high-level approach to establish BLE communication between an Android mobile device and an ADALM-PLUTO SDR u...

8 giorni fa | 0

Risposto
How to create a time series from C++ using the MEX files?
Hi Justin, Creating a time-series data structure in a MAT-file from a C++ application involves understanding the MAT-file API p...

11 giorni fa | 1

| accettato

Risposto
How to generate traceability report between requirement and simulink test?
Hi digvijay, To generate a traceability report between requirements and Simulink test cases, you can follow these steps: Extra...

12 giorni fa | 1

| accettato

Risposto
Generate Code for classes methods
Hi, Creating a class instance every time you want to call a method can indeed introduce overhead and reduce efficiency. You can...

12 giorni fa | 0

Risposto
C28x SCI transmit data using tx-fifo interrupt
Hi David, To achieve non-blocking transmission of larger data packets (>120 bytes) using the SCI transmit FIFO level interrupt ...

13 giorni fa | 0

Risposto
If I only have MATLAB Runtime, e.g 2024a, can i run mbuild in a compiled cpp file using either the C++ Data Array or mwArray APIs,which generated by C++ Shared Library
Hi Lili, You are facing issues configuring MinGW to work with MATLAB Runtime for compiling C++ files using MATLAB Compiler SDK....

14 giorni fa | 0

Risposto
Using mex -setup with MinGW64 C++ Compiler from a Custom Path
Hi Xueqi, To create an API between MATLAB and C++ that can be used without MATLAB, follow these steps: Changing the Compiler P...

14 giorni fa | 0

Risposto
MPC block in simulink is gives max frequency to stepper motor after setpoint is reached
Hi Anshul, To resolve the issue with your MPC block in Simulink, consider the following key parameters and steps: Sampling Tim...

15 giorni fa | 0

Risposto
How can I synchronize three timers of STM32F446RE board in StmCubeMX timer setting so that the pulses are in phase?
Hi Pooja, To ensure that all three PWM signals are in phase on your STM32F446RE board, you need to synchronize the timers. You ...

15 giorni fa | 0

Risposto
How do I pass an object as parameter in an NMPC block in Simulink?
Hi Marco, To set up NMPC controllers for different plants encapsulated within MATLAB classes, you can try these steps: 1) Crea...

circa un mese fa | 0

Risposto
Why does Speedgoat target not recognize usb device (xsens MTi-680G RS232 converter)?
Hi Pietro, To troubleshoot the issue of not being able to read GNSS data from an XSens MTi-680G via an RS232 converter connecte...

circa un mese fa | 0

Risposto
How can I use a Rician simulation on Passband?
Hi Yedidia, To adapt a simulation for a passband and real-valued output when using MATLAB's "comm.RicianChannel", which inheren...

circa un mese fa | 0

| accettato

Risposto
De-embed S parameters for 3 Fixtures/ Pads
Hi Patrick, To de-embed three fixtures or pads from your Device Under Test (DUT) using MATLAB's 'deembedsparams' function, whic...

circa un mese fa | 1

| accettato

Risposto
DC CURRENT LIMITATION IN FOC OF PMSM
Hi Pratheesh, To limit power in a PMSM vector control system without adding another PI controller, you can directly limit the D...

circa un mese fa | 0

Risposto
Want to know the use of the "config.m.eml" and "logger.m.eml" files.
Hi, The '.m.eml' extensions on your MATLAB files (`config.m.eml` and `logger.m.eml`) are unusual and not standard for MATLAB, s...

circa un mese fa | 0

Risposto
Find index of a nearest value
Hi Adi, The following script should help you find the indices of values closest to given numbers in an array. % Your data x =...

circa un mese fa | 0

Risposto
code written in MATLAB function should be paused for some instant but simulation should never be paused.
Hi Aravind, To control the execution of specific code segments in MATLAB while a simulation runs continuously, you can use the ...

circa 2 mesi fa | 0

Risposto
Can I used hte Spi WriteRead Block with just any SPI device or should it be only with arduino
Hi Mayur, To communicate with an SPI slave device modeled via the FPGA-in-the-Loop (FIL) approach using Simulink's SPI WriteRea...

circa 2 mesi fa | 0

Risposto
How to find confidence interval for not normally distributed data (Bootstrapping)
Hi Shagun, When estimating 95% confidence intervals (CI) for non-normally distributed data in MATLAB, bootstrapping combined wi...

circa 2 mesi fa | 0

Risposto
Trying to generate bode plot data for a 8196 points fft. it takes too long and never ends the calculation, what to do?
Hi Harshul, To speed up Bode and Nyquist plot generation from FFT data in MATLAB, especially with a large dataset, consider the...

circa 2 mesi fa | 0

Risposto
Three phase grid connected inverter-Capacitor in LCL filter
Hi Javed, Adding a capacitor to an LCL filter in a three-phase grid-connected inverter simulation and experiencing waveform dis...

circa 2 mesi fa | 0

Risposto
Export matlab variable to be imported in QGis
Hi Ricardo, To export a 1000x1000 matrix (e.g., sound pressure level data) from MATLAB to a netCDF file compatible with QGIS's ...

circa 2 mesi fa | 0

Risposto
Implementing a seismic source
Hi Ricardo, To create a time-dependent seismic pulse in MATLAB with a moving source, follow these simplified steps: 1. Defin...

circa 2 mesi fa | 0

Risposto
How to wrap up an .exe with input argumentsand launch it from c# ?
Hi Tyreke, The way you're attempting to pass MWCharArray from C# to MATLAB is not directly applicable for a standalone executab...

circa 2 mesi fa | 0

Risposto
Data acquisition problem in Simulink model
Hi Chiara, The issue where a Simulink model stops running properly after the first successful execution could be due to several...

circa 2 mesi fa | 0

Risposto
How to load a .gpx file with an invalid field name
Hi Meg, To address the issue of loading a GPX file in MATLAB when encountering errors due to invalid field names, follow these ...

circa 2 mesi fa | 0

Carica altro