Nicola Caldognetto
Followers: 0 Following: 0
Feeds
질문
Delay profile in nrTDLChannel
I'm working with the nrTDLChannel channel model and I came across the various delay profile. Now I've read the TR 38.901 and th...
대략 3년 전 | 답변 수: 0 | 0
0
답변답변 있음
Wrong colour mapping between graph and legend
The issue was the CSI symbols where set all to zero
Wrong colour mapping between graph and legend
The issue was the CSI symbols where set all to zero
대략 3년 전 | 0
| 수락됨
질문
Wrong colour mapping between graph and legend
I'm trying to visualize the 5G grid using the code % PRINT GRAPH chpLevel = struct(); chpLevel.PDSCH = 0.4; chpLevel.DMRS ...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Add 5G NR CSI-RS to DL-SCH and PDSCH modulation
Hi, I was re-elaborating this example https://it.mathworks.com/help/5g/ug/nr-pdsch-throughput.html#d123e1973 removing the SS bu...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
OFDM Modulator with Pilot subcarrier gives error
I'm trying to simulate with Simulink a simple OFDM comunnication system. My scheme is availble below and I've choosen as an inpu...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
Input do not consider first X entries Simulink
I'm looking for a block in Simulink that let me start processing values after X number of samples. I.E. I got a simulation runn...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
IF statement wrongly checked
I have wrote a simple matlab script that calculate a function given 2 variables and tell me when it's smaller than a given value...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
MLSE Equalizer Traceback depth and BER
I've modeled a simple communication channel with Rayleigh fading on 3 different patches and AWGN Noise on Simulink I'm using th...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Calculate the mean square error in a localization process
I'm estimating the position of an agent. I know the x,y coordinates of both the estimated position and the real position. I wou...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Change divisions of x-axis on a bar graph
So, I'm generating a coin toss simulation with p(0) = 1 - p(1) where p(1) is 0.7 I've plotted the results in a bar graph with ...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Find params that minimize function
I have the function where I know the , and How can I find the two params and that minimize the function which variable ...
4년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Use variables for DataRange option in detectImportOptions
Just found out the solution. Easy way is to concatenate strings with strcat(firstIndex_s,':',lastIndex_s);
Use variables for DataRange option in detectImportOptions
Just found out the solution. Easy way is to concatenate strings with strcat(firstIndex_s,':',lastIndex_s);
4년 초과 전 | 0
| 수락됨
질문
Use variables for DataRange option in detectImportOptions
So, I'm reading an xlsx file with covidData = detectImportOptions('COVID19.xlsx'); now, I would like to use covidData.Data...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Convert a sequence of PNG into JPG with imwrite
I have loaded a sequence of PNG images with vet_files=dir('RBSvideo/*.png'); for i=1:120 I=imread(sprintf('RBSvid...
대략 7년 전 | 답변 수: 1 | 0
1
답변질문
Calculate linear interpolation of a vector
Hi, I have this problem that I can't resolve. I have a column vector with a numerical value at the beginning of it and at the...
대략 7년 전 | 답변 수: 2 | 0
2
답변답변 있음
For loop in a for loop doesn't work
for n=1:length(matrix) % n counter matrix total for m=0:sstep-1 X(n+m+h)=matrix(n); end h=h+ss...
For loop in a for loop doesn't work
for n=1:length(matrix) % n counter matrix total for m=0:sstep-1 X(n+m+h)=matrix(n); end h=h+ss...
대략 7년 전 | 0
| 수락됨
질문
For loop in a for loop doesn't work
So I'm playing with audio data and I have created a script which downsamples an audio file. Now I'm trying to write a script tha...
대략 7년 전 | 답변 수: 4 | 0