Community Profile

photo

AK Nahin


Islamic University of Technology

Last seen: 10 months ago Active since 2020

Followers: 0   Following: 0

Programming Languages:
Python, C, MATLAB, HTML, Arduino
Spoken Languages:
Bengali, English

Statistics

All
  • First Answer
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

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...

1 year 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. ...

1 year ago | 2 answers | 1

2

answers

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 ...

3 years ago | 1 answer | 0

1

answer