photo

Mostafa Anwar


Last seen: mehr als 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


what is the error ?
N = 4; x = [ 3 4 5 6 ]; for k = 0 : N-1 for n=0:N-1 sum = sum + x.*(exp(-1*1i*2*pi*k.*n/N)); end end ...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


what is the error with my code
N = 4; x = [ 3 4 5 6 ]; for k = 0 : N-1 for n=0:N-1 sum = sum + x.*(exp(-1*1i*2*pi*k.*n/N)); end end ste...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


how can i get DTFS coefficients for cosine sequence and its power
i know how to get it with dft in matlab but do i got it with dtfs ?

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


i was writing a equation but this always have an error and i cant run it
y = ((W*S)/(T*T)).*((cosh((a).*(L/2-x)))./(cosh(a*L/2)-1))+(W*x).*(L-x)/(2*T); T= 1000; L=10; W=100; S=100000; %% this is th...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort