
Sharmin Kibria
Statistics
0 Questions
3 Answers
RANK
4 949
of 273 515
REPUTATION
8
CONTRIBUTIONS
0 Questions
3 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 18 459
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122 972
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
mer än ett år ago | 0
| accepted
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...
mer än ett år ago | 0
| accepted
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,...
mer än ett år ago | 0