AK Nahin
Islamic University of Technology
Followers: 0 Following: 0
Programming Languages:
Python, C, MATLAB, HTML, Arduino
Spoken Languages:
Bengali, English
Python, C, MATLAB, HTML, Arduino
Spoken Languages:
Bengali, English
Statistics
All
RANK
33,234
of 294,438
REPUTATION
1
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,114
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
multiplication in frequency domain equals convolution in time domain mismatch
For discrete time domain signal: n=0:100; k = 0:200; w = (pi/100)*k; m=n'*k; X11=(exp(-j*pi/100)).^m; x1=cos(pi*n/2); % ge...
multiplication in frequency domain equals convolution in time domain mismatch
For discrete time domain signal: n=0:100; k = 0:200; w = (pi/100)*k; m=n'*k; X11=(exp(-j*pi/100)).^m; x1=cos(pi*n/2); % ge...
2 years ago | 0
Question
Don't get what is happening in matlab sin() function. need to know difference between sin(2*50*pi*t) and sin(2*1*pi*t)
Hi, I am using Matlab to plot the sin graph. But when I put sin(2*50*pi*t) it shows something else than the sinusoidal curve. ...
2 years ago | 2 answers | 1
2
answersSolved
Toolbox check part 3
In my ongoing quest to highlight obscure parts of MATLAB, the latest challenge is to take 2 string inputs, one a MATLAB toolbox ...
2 years ago
Question
How can I create unique rows in a matrix?
I write a program and the output is like: C = 0 0 0 3 6 6 4 5 6 4 6 ...
4 years ago | 1 answer | 0