Community Profile

photo

Sriram Tadavarty

Last seen: 11 Tage vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

All
  • 12 Month Streak
  • Revival Level 3
  • Pro
  • Knowledgeable Level 5
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Prox is not working. X(:, i+1) is not well defined. When I put X = rand(10,1) and prox_L1(X, 0.5) then it's working. But I am not getting X(:, i+1). I want to run the followin
Hi Feeroz, Here are some of the inputs that I can provide without knowing how the prox_L1 code is. The issue is that Z_i is a ...

11 Monate vor | 0

| akzeptiert

Beantwortet
5G Toolbox TS38.211 Table 6.3.3.1-7 for Short PRACH Preamble Generation
Hi Dogukan, The 3GPP Release 16 updates of PRACH generation are available in 5G Toolbox from MATLAB R2021b release. Hope this ...

11 Monate vor | 0

Beantwortet
Output argument "variable" (and maybe others) not assigned during call to "function".
Hi blackg2, Based on the error message and the code provided, it is possible that the when the value of h is greater than or eq...

fast 2 Jahre vor | 0

Beantwortet
Error with "ShowDetails" property in SatelliteScenarioViewer and conicalSensor parent input
Hi Anna Martinez, The support for non-cluttered visualization using "ShowDetails" name-value pair started from MATLAB Release R...

fast 2 Jahre vor | 0

Beantwortet
What are the differences between UL-SCH (uplink shared channel) and PUSCH (physical uplink shared channel)?
Hi Federico, UL-SCH stands for uplink shared channel and is a transport channel, which performs CRC addition, code block segmen...

etwa 2 Jahre vor | 0

Beantwortet
5G NR Carrier Phase Compensation Option
Hi Sakthivel, From MATLAB R2020b, the 5G waveform can be generated through nrWaveformGenerator function. This function takes a ...

fast 3 Jahre vor | 0

Beantwortet
Simulink wavegenartor gives not smoth sine wave
Hi Tomer, To get a smooth waveform, try to have more samples within the one cycle of sine waveform. Changing the number of samp...

fast 3 Jahre vor | 1

| akzeptiert

Beantwortet
to get the proper scatter plot
Hi Abdul, The scatterplot usage is correct itself. May i know why do you feel the constellation is incorrect? Since, xbits are...

etwa 3 Jahre vor | 0

| akzeptiert

Beantwortet
How to assign a different value to a given value in a 2-D array?
Hi Abhishek, You can try this A(A==5) = 1; Hope this helps Regards, Sriram

etwa 3 Jahre vor | 1

| akzeptiert

Beantwortet
SS Block power boost in a SSB burst to imitate beamforming
Hi Prabhat, It is not possible increase the power of 1 SS block of SSB burst directly using nrWavegenSSBurstConfig, nrDLCarrier...

etwa 3 Jahre vor | 0

Beantwortet
How do we define the lookup table for '5G NR CQI Reporting'?
Hi Waseem, The BLER versus SINR result is placed by running the simulations in NewRadioPDSCHThroughputExample. The PDSCH throug...

etwa 3 Jahre vor | 0

Beantwortet
Question about 5G toolbox
Hi Angelo Rob, The BLER versus SINR result is placed by running the simulations in NewRadioPDSCHThroughputExample. The PDSCH th...

etwa 3 Jahre vor | 0

Beantwortet
5G Waveform Generator app from the 5G toolbox constellation diagram question
Hi Christopher, The constellation diagram observed in the 5G Waveform Generator App are those of the OFDM modulated waveform. S...

etwa 3 Jahre vor | 0

Beantwortet
5G Positioning via Position Reference Signal
Hi there, PRS repetition time gap is the slot offset between two consecutive repetition indices of all the PRS resources in a P...

mehr als 3 Jahre vor | 1

Beantwortet
How to calculate RSRP of an SS Burst in the receiver?
Hi Filipa, The RSRP measurement comes after the OFDM demodulation step. Just to note, channel estimation step is not performed ...

mehr als 3 Jahre vor | 0

Beantwortet
Matlab Code for Performance Analysis (BER vs Eb_N0) of BPSK, QPSK & 16QAM, on 4G LTE
Hi Theman, Bit error rate (BER) performance of a modulation scheme is independent of the technology used. To get BER of PDSCH ...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
how to convert cdl channel to awgn channel in nrpdsch link level simulation
Hi Govindu, The NR PDSCH Throughput example does addition of AWGN to the waveform passed through the CDL/TDL channel. So, AWGN...

mehr als 3 Jahre vor | 0

Beantwortet
does matlab 2015a supports massive mimo and 5G
Hi Chethan, 5G support in MATLAB is through 5G Toolbox from MATLAB release R2018b and through 5G Library (add-on for LTE Toolbo...

mehr als 3 Jahre vor | 0

Beantwortet
System-level simulation using 5G tool box
Hi KK14, 5G library add-on doesnot contain system-level simulation examples. Download and install 5G Toolbox and use latest re...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
NR PDSCH running time
Hi Ayesha, If you are using multiple SNR points, then use parfor statement which is commented out in the code to have faster si...

mehr als 3 Jahre vor | 0

Beantwortet
5G NR -plot constellation
Hi Pavan, If you have IQ data in .mat file, open MATLAB and then load the mat file, which will bring the data present in .mat f...

mehr als 3 Jahre vor | 0

Beantwortet
nrTimingEstimate 5G toolbox
Hi Maryam, nrTimingEstimate function of 5G Toolbox is available only from MATLAB R2019b. Please look after the MATLAB version ...

mehr als 3 Jahre vor | 0

Beantwortet
How to generate a 5G mmWave waveform
Hi Nathan, 5G Toolbox contains the nrWaveformGenerator function, waveform generator App, downlink waveform generation and uplin...

mehr als 3 Jahre vor | 0

Beantwortet
Practical timing offset and channel estimation in 5G toolbox
Hi Medhat, The functions h5gPerfectTimingOffset and h5gPerfectChannelEstimate are only used for perfect estimates. So, it would...

mehr als 3 Jahre vor | 0

Beantwortet
5G Waveform Spectral Analysis and use for 5G transmission.
Hi Christian, I am not sure, if you are still working of that library. Just for information, to create 5G waveforms, use 5G To...

mehr als 3 Jahre vor | 0

Beantwortet
Defining values into zeros matrix
Hi, You can directly execute q= 0:1:360; s4=[(0.096.*cos(q))-(0.168.*sin(q))] Regards, Sriram

mehr als 3 Jahre vor | 1

| akzeptiert

Beantwortet
wrong number of rows of cell array using length()-function
Hi Nik, length returns the length of the largest array dimension in X. For vectors, the length is simply the number of elements...

mehr als 3 Jahre vor | 0

Beantwortet
5G NR Channel Estimation by Slot instead DM-RS
Hi Fatih, You can use nrChannelEstimate directly and provide all the symbol values and indices as arguments. Regards, Sriram

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
Understanding the Matlab code
Hi Rehman,, The bolded line in the code is d_T = d'; The above lines indicates complex conjugate transpose of matrix d is a...

mehr als 3 Jahre vor | 1

| akzeptiert

Beantwortet
HDL OFDM Transmitter Reference Application
Hi Nisha, Please ensure you have the products HDL Coder, Wireless HDL Toolbox and Simulink installed in MATLAB. Also, ensure yo...

mehr als 3 Jahre vor | 0

| akzeptiert

Mehr laden