필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

any idea how can i compute this formula in matlab?

조회 수: 2 (최근 30일)
ocsse
ocsse 2018년 3월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
how can i compute exponential complex Fourier series in Matlab?
where
T = 2.25;
f0 = 1/T;
n = (-5:5).';
t = linspace(-2.75, T,samples+1);
t = t(1:end-1);
s((-2.75) <= t & t < (-0.25)) = 1;
s((-0.25) <= t & t < (2.25)) = -1;
n = 5;
c0 = (1/T) * sum(s);
cn = (1/T) * s * exp(-1j*2*pi*f0*n*t).';
thanks
  댓글 수: 7
Walter Roberson
Walter Roberson 2018년 3월 26일
ocsse: we do not do private consulting in this resource. If you need to post something that other people in your course should not see, then you should be hiring a private consultant. We only work in public here.
ocsse
ocsse 2018년 3월 26일
My bad. No more deleting content.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by