Mostafa Anwar
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
62 309
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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 ...
plus de 3 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ?
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0