photo

Shashi Kiran


Last seen: 2 jours il y a Actif depuis 2024

Followers: 1   Following: 1

A MATLAB Enthusiast

Programming Languages:
C++

Statistiques

  • 3 Month Streak
  • Knowledgeable Level 3
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
coupled differntial equation using ode45
Hi @Kushagra Saurabh, I understand that you are encountering an error while trying to solve the coupled differential equation. ...

9 jours il y a | 0

Réponse apportée
16-QAM over AWGN Channel
Hi @A. MAR. I understand that you are trying to simulate 16-QAM over an AWGN channel and are having trouble aligning the theore...

10 jours il y a | 0

Réponse apportée
Control Engineering conver transfer function MIMO to state space
Hi @meng fowler, To convert a 2x2 MIMO transfer function system with two inputs, two outputs, and three states into a state-spa...

11 jours il y a | 0

Réponse apportée
error is using bvpset in bvp4c
Hi @Syed, I understand that you are aiming to obtain an output with 6 or more decimal places but are encountering errors. Her...

12 jours il y a | 0

| A accepté

Réponse apportée
Error creating array with evenly spaced elements
Hi @Luan Vuong, I understand that you are encountering an issue with id = find(F == 62.3) not working as expected. This is due ...

14 jours il y a | 2

Réponse apportée
fplot with two y-axis
Hi @Angel Cuadras, I understand that you want to plot two curves using yyaxis with fplot. Based on the code you provided, her...

16 jours il y a | 1

Réponse apportée
Model simulation Code for SEIR
Hi @Sunday, I understand you are encountering errors related to incorrectly placed functions. The error occurs because the fu...

16 jours il y a | 0

Réponse apportée
WHY IS MY BER CURVE NOT RIGHT? (QPSK)
Hi @adriane duarte, I see you are having trouble getting the simulation and theoretical curves to match. After checking the c...

17 jours il y a | 0

Réponse apportée
%I encountered the following problem in the calculation: 1. The calculated H is negative, %and I am unsure if the calculation is correct. Some formulas cannot be simplified and still %exist in the form of 5000/51166. 3. Poor overall code fluency clea
Hi Nicholas, I understand that you are trying to solve for Burial Depth(H) using the Symbolic Math Toolbox in MATLAB but not ge...

18 jours il y a | 0

Réponse apportée
Calculate Bit Error Rate and Block Error Rate using MATLAB
Hi Sukshith, I see you are interested in calculating the Bit Error Rate (BER) and Block Error Rate (BLER) using MATLAB for your...

19 jours il y a | 0

Réponse apportée
You have to transmit Data Sequence 11100010 with transmission bit rate 1000000 through QPSK. Write a Matlab code and a) Generate data sequence and all the above mentioned wave
Hi Ali, I understand that you want to separate the even and odd components of the data sequence [1, 1, 1, 0, 0, 0, 1, 0] and pl...

20 jours il y a | 0

Réponse apportée
Y double axis required trendlines
Hi Somnath, To add trendlines to a double-axis plot in MATLAB, the trendline function from the MathWorks File Exchange as given...

23 jours il y a | 0

Réponse apportée
Matlab code does not run past a certain point: i.e. buffers at a certain line of code
Hi @Jhryssa, I understand that your code is getting stuck while solving the function using the ode45 solver. To address the i...

23 jours il y a | 0

| A accepté

Réponse apportée
How can I read an image of size 2048*2048 pixels using Matlab 2013 by the "imread()" command ?
Hi @Ali Al-Janabi, To read an image of size 2048x2048 pixels using MATLAB R2013a, imread() function can be used. Here is how yo...

24 jours il y a | 0

Réponse apportée
Change grid cell size and interpolate values from old grid into new grid.
Hi Luke, I understand that you want to interpolate your bathymetric grid from a 356x583 matrix to a grid with square cells of 3...

24 jours il y a | 0

Réponse apportée
In BER SIMULATION of BPSK IN RAYLEIGH FADING ENVIRONMENT when I place h=sqrt(1/2)*(randn+j*randn) before while loop I don't get any curve and total BER result why is that ?
Hi Mashrur, I understand that you are encountering an issue of not getting the complete Bit Error Rate (BER) results for all Si...

25 jours il y a | 1

| A accepté

Réponse apportée
64-QAM Modulation and Demodulation
Hi @Ibnu Darajat, I understand that you are interested in how transmission is handled when the data length is not a multiple of...

26 jours il y a | 0

Réponse apportée
How to perform Bonferroni correction on ttest2 comparison of two independent samples?
Hi Sara, I understand you are encountering errors while applying the Bonferroni correction to a ttest2 comparison. Here are the...

26 jours il y a | 1

| A accepté

Réponse apportée
Where is the Code C icon?What plugins need to be installed?
Hi @ming, I notice that the "C code" option is not visible in the Show Perspective section, as mentioned in the "mcb_nxp...

27 jours il y a | 0

| A accepté

Réponse apportée
High BER for QAM
Hi @Muath I understand that you are experiencing poor performance with the Bit Error Rate (BER) while implementing the 16-QAM m...

27 jours il y a | 0

| A accepté

Réponse apportée
In the example of CSI Feedback with Autoencoders, I encountered functions such as plotChannelResponse and validateTrainingFiles that are not declared and defined.
Hi @Chloe, I understand you are implementing "CSI Feedback with Autoencoders" example and want to know where the definition of...

environ un mois il y a | 0

Réponse apportée
why is it operational in simulink with some results vertical vectors as well as horizontal ones?
Hi @ED, I understand that you are encountering an issue with differences in how matrix multiplication is handled in Simulink co...

environ un mois il y a | 2

| A accepté

Réponse apportée
Maximizing Spectral efficiency instead of maximizing SINR in RI selection in 5G NR toolbox
Hi @Jake, I understand that you want to know the difference in MaxSINR and MaxSE. According to this MATLAB 2024a documentation...

environ un mois il y a | 0

Réponse apportée
Write the Timetable data to the EDF file
Hi @Wensor, I see you are using edfwrite on timetables. The edfwrite function is specifically designed to work with numerical d...

environ un mois il y a | 0

Réponse apportée
Imaginary Component in Total Profit Calculation
Hi @Shaf, I have reviewed your code and found the following insights: When calculating xa, the term: term = (-(a*(-1+b)*g(i-1...

environ un mois il y a | 1

Réponse apportée
draw the centered data on the same axes as the raw data
Hi @NAFISA SIDDIQUI, To plot the "Wire Length" vs. "Die Height" along with their centred data on the same plot, you can follow ...

environ un mois il y a | 1

Réponse apportée
how to change bpsk modulation by ook modulation for any distribution?
Hi Manoranjan, In Binary Phase Shift Keying (BPSK), binary data is transformed into two distinct signal phases and the mapping...

environ 2 mois il y a | 0

Réponse apportée
How can I load out the data to array from several specific column number?
Hi @Evelyn Chen, You can extract specific columns from the text file using the following approach: data = load('your_file.txt'...

environ 2 mois il y a | 0

Réponse apportée
Just only cwtft2 is used for 2D continuous wavelet transform (2D CWT)?
Hi @Panida Kaewniam, I understood that you want to detect singularities of your data using 2D CWT. Below are my observations o...

environ 2 mois il y a | 0

| A accepté

Réponse apportée
A problem about implementing soft-decision decode in an OFDM system
Hi @lc, Before Equalization: Right after you add AWGN, the noise power (noise_var) includes both the Rayleigh fading and the AW...

environ 2 mois il y a | 1

| A accepté

Charger plus