Community Profile

photo

Balavignesh


Last seen: 2 Tage vor Aktiv seit 2023

Followers: 0   Following: 0

Statistiken

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to simulate control loop with sustained oscillation
Hi Banghyun, Your approach in simulating the system with a limit cycle using MATLAB looks almost correct to me. The commant '...

11 Tage vor | 0

Beantwortet
How to characterize PA for DPD implementation with or without hardware ?
Hi Utkarsh, Implementing Digital Pre-Distortion (DPD) for your Power Amplifier (PA) requires characterizing the PA using input...

12 Tage vor | 0

Beantwortet
2d planar array use AF and Deconvolution metod
Hi WJDNJ, It is my understanding that you have already created arrays for the beam pattern (Beam) and the response (meas), and...

24 Tage vor | 0

Beantwortet
QR Factorization mod2
Hi Eve, Manipulating the built-in QR factorization function in MATLAB to work under arithmetic modulo 2 directly is not straig...

25 Tage vor | 0

Beantwortet
How to read SINR measurements from all gNBs during a system level 5G simulation?
Hi Zeyad, As per my understanding, your goal is to obtain SINR (Signal-to-Interference-plus-Noise Ratio) reading for all 15 U...

26 Tage vor | 0

Beantwortet
how to access internet web browser
Hi 예지, You could use 'web' function to access internet web pages directly from the MATLAB workspace. The 'web' function opens ...

26 Tage vor | 1

Beantwortet
How to recover tx data from nrPerfectChannelEstimate
Hi 重阳, It is my understanding that you would like to recover transmitted data from the channel estimate. Recovering transmitte...

27 Tage vor | 0

| akzeptiert

Beantwortet
How can I measure the (μm) length, diameter and radius of halloysite mineral?
Hi Dilshod, It seems like you would like to measure the length, diameter and radius of halloysite mineral. I assume you have a...

28 Tage vor | 0

| akzeptiert

Beantwortet
Trying to plot response after the transients have died out
Hi Aditya, It looks like you have found the transient response of the system, and now you would like to analyze the steady sta...

etwa ein Monat vor | 0

Beantwortet
How to deal with 2D surface fitting problem with particle swarm optimization
Hi Yunhyeok, As per my understanding, you would like to solve 2D surface fitting problem using the Particle Swarm Optimization...

etwa ein Monat vor | 0

Beantwortet
After having created a MATLAB App of a Simulink Model, how do change the parameter edit fields into sliders?
Hi Arif, In MATLAB App Designer, you can adjust the slider limits by accessing the Component Browser menu, located on the righ...

etwa ein Monat vor | 1

Beantwortet
How to implement the Central Difference method integrator for a two body problem?
Hi Sathvik, It is my understanding that you would like to calculate the numerical orbit time period for a given set of input v...

etwa ein Monat vor | 0

Beantwortet
When drawpolygon(), how to programtically delete a series of vertices?
Dear Xingwang, It appears that you are aiming to programmatically eliminate all points located between point 1 and point 2 in t...

2 Monate vor | 0

Beantwortet
Error using slslicer in command line for model slicing
Hi Akshay, It seems that you are facing an issue trying to use Model Slicer for a simulink model in command line. However, you...

3 Monate vor | 0

| akzeptiert

Beantwortet
How to compare the features from an unknown image with the feature vectors I extracted from my database images and display the matched image name?
Hello Ridhima, Based on what I've gathered, you're looking to compare an unknown image against a set of feature vectors that ha...

3 Monate vor | 0

| akzeptiert

Beantwortet
Why can i not copy a subsystem reference to a different model?
Hi Rik, It seems that you are encountering difficulties when attempting to copy a subsystem, which includes multiple reference...

3 Monate vor | 0

Beantwortet
How to make an axis two different plots the same using the aspect ratio and how to set the contour colors the same.
Hi, As per my understanding, you would like to ensure the different plots in MATLAB have the same aspect ratio and contour col...

3 Monate vor | 0

Beantwortet
Need Help running functions Resubmit
Hello James, I understand that you're looking to determine the bandwidth of a signal using various definitions. However, there ...

3 Monate vor | 0

| akzeptiert

Beantwortet
Is Matlab do LU in pure half (FP16) if input is A_h=half(A_d)? which A_d is rand(n)
Hi Nima, MATLAB's built-in 'lu' function supports only 'single' and 'double' datatypes. It doesn't natively support half-preci...

3 Monate vor | 0

Beantwortet
how can I get overshoot, rise time, settling time... from an output?
Hi Ys, After simulating the system in Simulink and obtaining the output signal, make sure to log the output to the MATLAB work...

3 Monate vor | 0

Beantwortet
Legend/Label in a compare command of an identified mimo system
Hi Benjamin, As per my understanding, you are facing an issue with labeling the outputs when comparing the measured data with ...

3 Monate vor | 0

Beantwortet
impulse response of frequency shifted complex rational fit
Hi Robert, As per my understanding, you would like to convolute a baseband complex signal with the baseband equivalent channel...

3 Monate vor | 0

Beantwortet
Frequency domain response from time domain response using PSD
Hi Mohammed, As per my understanding, you are encountering spectral leakage and noise in your Fast Fourier Transform (FFT) out...

4 Monate vor | 0

Beantwortet
Is this a right way to code nested sums?
Hello Marcello, To implement nested summations, you may employ nested 'for' loops or use array operations. The selection of the...

4 Monate vor | 1

Beantwortet
How to create batch mode between matlab and optistruct? If I want to change some variables such as young's modulus for optimization how do I do it?
Hi Adeline, Here is a general workflow to change design variables for optimization in MATLAB and use it to control and interac...

4 Monate vor | 0

Beantwortet
Unable to obtain dropdown menu in Control System Toolbox
Hello Aniello, It seems you're experiencing some trouble with the Control System Designer application. I've tried to replicate ...

4 Monate vor | 0

Beantwortet
In the new version of cwt(), what is the bandwidth of the default Morlet wavelet?
Hello Tom, It is my understanding that you would like to characterize the wavelet you used, and visualize the mother wavelet. ...

5 Monate vor | 0

Beantwortet
How to calculate a 2D spatial correlation function for scalar data on a 2D grid?
Hi Donavan, As per my understanding, you have a 2-dimensional velocity field and your goal is to calculate the average velocit...

5 Monate vor | 0

Beantwortet
FIR filter design with null frequency
Hello Noor, I understand that you are interested in creating a FIR filter that reduces the mean square error between the filter...

5 Monate vor | 0

Beantwortet
Sampling Technique to add uncertainity
Hi Aman, I understand that you are seeking to introduce uncertainty into your dataset using the Monte Carlo Markov Chain (MCMC)...

5 Monate vor | 0

Mehr laden