Abdullah Alasfour
Followers: 0 Following: 0
Programming Languages:
C
Spoken Languages:
Arabic, English
C
Spoken Languages:
Arabic, English
Feeds
提问
Problem in filtering my desired frequency
Hello guys, I have this problem with filtering, that is supposed to allow the frequency 730 to pass while block the other freque...
1 year 前 | 1 个回答 | 0
1
个回答提问
Problem in plotting the convolution
I can't plot the convolution of the two signals and I don't know why dt= 0.0001; t = 0:dt:10; xt = 4*cos(2*pi*730*t) +3*cos...
1 year 前 | 2 个回答 | 0
2
个回答提问
How to plot this signal?
dt= 0.0001; t = 0:dt:10; ht= abs( (1/2*pi*j*t)*( exp(j*1460*pi*t) - exp(j*1450*pi*t)) ); plot(t,ht) title(' plotting h(t)') ...
1 year 前 | 1 个回答 | 0
1
个回答提问
How to draw straight horizontal line with specific axis
Hello, I am currently working on my project and I am new to Matlab. My question is how to plot straight line vector with specifi...
1 year 前 | 4 个回答 | 0