필터 지우기
필터 지우기

how can i find the coefficient of this signal?

조회 수: 2 (최근 30일)
ocsse
ocsse 2018년 3월 26일
편집: ocsse 2018년 3월 26일
if i have this signal st = exp((10 - t) / 2);
Harmonic = 4;
n = (1:Harmonic);
T = 5;
f = 1/T;
t = linspace(0,T,500+1); % 5 cycles
t = t(1:end-1);
st = exp((10 - t) / 2);
how can i find a0, an, bn for four harmonics and plot the graph for 5 cycles? without using int and syms
  댓글 수: 2
Birdman
Birdman 2018년 3월 26일
Where is a0, an, bn in the equation ?
ocsse
ocsse 2018년 3월 26일
question's updated

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by