Community Profile

photo

Salreem


Last seen: 거의 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


How do I find the zero crossings for a function sinx/x against x?
I have used the following code to plot x=linspace(-90,90,10000); y=sin(x)./x; plot(x,y); axis([-90 90 -1.5 1.5]) xlabel('x'...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


How do I find the separation between the harmonics for a graph of a function sinx/x against x?
I have used the following code to plot x=linspace(-90,90,10000); y=sin(x)./x; plot(x,y); axis([-90 90 -1.5 1.5]) xlabel('x'...

거의 3년 전 | 답변 수: 1 | 0

1

답변