Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

any idea how can i compute this formula in matlab?

2 vues (au cours des 30 derniers jours)
ocsse
ocsse le 26 Mar 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
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 commentaires
Walter Roberson
Walter Roberson le 26 Mar 2018
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 le 26 Mar 2018
My bad. No more deleting content.

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by