Statistik
RANG
11.520
of 300.759
REPUTATION
4
BEITRÄGE
22 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
31.82%
ERHALTENE STIMMEN
2
RANG
of 21.081
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.900
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Using for loop to load multiple mat files of different names
Thanks that took care of the error that i had. Now i am trying to convert all the matrices from 18 by 18 matrices in each file i...
mehr als 8 Jahre vor | 0
Frage
How does the indices inside select row change the input array
I am trying to understand the command "select row". I inserted in the indices of the select row block [5; 4; 3; 2; 1] which i th...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How does the indices inside the select row block in simulink change the input data
I am trying to understand the command "select row". I inserted in the indices of the select row block [5; 4; 3; 2; 1] which i th...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to use select row in simulink
I am trying to understand the command "select row". I inserted in the indices of the select row block 54321 which i thought th...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have two loops, how can i get rid of the inner loop "for j=1:nSym"?
for i=1:length(EsN0dB), for j=1:nSym % %-----------------Transmitter-------------------- %---Generatin...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am confused if the way the code converting serial to parallel is correct or not. The comments says" convert serial to parallel" but the code below the comment does the opposite. Please advise. if you need the whole code, i can email it to you.
%% define the modems Tx/Rx switch typ case 1 Tx=modem.qammod('M',M); Rx=modem.qamdemod ('M',M)...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i get this error "Subscript indices must either be real positive integers or logicals."
When i run this code, i get the above error. Subscript indices must either be real positive integers or logicals. Er...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I am having problems with the plots. The two curves should look very close but there is a problem somewhere in my code
Hello, when i run this code, the plots that i get are not correct. The curves should be very close to each other but i think the...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have a 2D graph both x and y axis; however the x and y are in inches and i want to convert them into centimeter
I have a 2D graph both x and y axis; however the x and y are in inches and i want to convert them into centimeter. So the x and ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to change the colors in colormap function
I have the expression below to plot the power with respect to x and y position. The colors vary based on the power level. I plot...
etwa 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
I get an error when i use load command
for k = 1:length(matFiles) baseFileName = matFiles(k).name; fullFileName = fullfile(myFolder, baseFileName); fpr...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
alway get an error when i use a load command
% i made sure that the .mat files are in the same directory the myFolder directory specified below. The code was working fine bu...
etwa 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
why do i get this error:the function nume1 is undefined
endrec_im_bin = reshape(rec_syms_cons',nume1(rec_syms_cons),1);} I get this error: Undefined function or variable 'n...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
using knnsearch for QPSK demodulation
rec_syms = knnsearch([real(symbol_book) imag(symbol_book)], [real(X_hat) imag(X_hat)]) - 1; I get this error: Error us...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I get an error in knnsearch
rec_syms = knnsearch([real(symbol_book) imag(symbol_book)], [real(X_hat) imag(X_hat)]) - 1; I get this error: Error us...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i get an error when i try to define type of modulation
This expression' mod_methods = ('BPSK','QPSK','8PSK','16QAM','32QAM','64QAM'); gives me this error Expression or st...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I get this error "Subscript indices must either be real positive integers or logicals."
I have the following loop. It runs fine when r=1, but it gives me the following error when r=2 "Subscript indices must either b...
etwa 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
I need help to simulate OFDM system
Hello, I am trying to simulate OFDM system however what i need help is on pilot insertion, removal, estimating the channel and i...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
using surf for 3D plot
Hello, I am trying to plot a power against x and y positions for multiple files. The positions are the same for all the files...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
separate x, y coordinate in a matrix into two different matrices
I have 18 by 18 matrix with each cell has [-1;1] [-1;1] etc.. I want to separate this matrix into two 18 by 18 matrices. The fir...
etwa 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
how to plot in three dimension (3D)
Hi, I am trying to do a 3D plot for 18 by 18 matrix containing a first structure "positions" (x,y coordinates), and a second str...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Combining several files with 18 by 18 matrix in each file into one single file with one single column
Hello all, I have several .mat files each .mat file contains 18 by 18 data files. I am trying to combine each of the 18 by 1...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortUsing for loop to load multiple mat files of different names
Hello Konstantinos Sofos, Your code seems to be working as far reading the files, however after reading several files, i get ...
mehr als 10 Jahre vor | 2
Frage
speech recognition with dynamic programming and mel filtering
Hi, I am currently working on a speech recognition project using Dynamic programming with mel filtering. I am trying to recogniz...
fast 13 Jahre vor | 0 Antworten | 0


