
Sharmin Kibria
Statistics
0 Fragen
3 Antworten
RANG
4.949
of 273.104
REPUTATION
8
BEITRÄGE
0 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
of 18.445
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 122.524
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Content Feed
Undefined function 'symsum' for input arguments of type 'double'. for terahert band system model
Hi, If you are calling symsum with two inputs, the first input has to be a symbolic expression. As you are entering signal_bw a...
mehr als ein Jahr vor | 0
| akzeptiert
Reduce computational time for nested for loops
Hi, You can definitely speed up the process by vectorization. https://www.mathworks.com/help/matlab/matlab_prog/vectorization...
mehr als ein Jahr vor | 0
| akzeptiert
Compute the Fourier Transform for: x(n)=u(n)-u(n-6); x(n)=[(2^n)*u]*(-n); x(n)=[-2,-1,0,1,2]
Hello, I believe you are trying to calculate the Fourier Transform of the three signals. x[n] = u[n]-u[n-6] = 1, n = 0,1,...5,...
mehr als ein Jahr vor | 0