photo

Abdullah Alasfour


Last seen: 2 years ago Active since 2023

Followers: 0   Following: 0

Programming Languages:
C
Spoken Languages:
Arabic, English

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
238,781
of 300,513

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,480

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

  • Thankful Level 2

View badges

Feeds

View by

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 2 answers | 0

2

answers

Question


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

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 4 answers | 0

4

answers