Community Profile

photo

Balavignesh


Last seen: 1 day ago Active since 2023

Followers: 0   Following: 0

Statistics

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
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 days ago | 0

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

11 days ago | 0

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

23 days ago | 0

Answered
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 days ago | 0

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

25 days ago | 0

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

25 days ago | 1

Answered
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 days ago | 0

| accepted

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

27 days ago | 0

| accepted

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

1 month ago | 0

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

1 month ago | 0

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

1 month ago | 1

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

1 month ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

| accepted

Answered
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 months ago | 0

| accepted

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

| accepted

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 1

Answered
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 months ago | 0

Answered
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 months ago | 0

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

4 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Answered
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 months ago | 0

Load more