Effacer les filtres
Effacer les filtres

mu law expander error

1 vue (au cours des 30 derniers jours)
ahmad ramadan
ahmad ramadan le 22 Oct 2018
Modifié(e) : madhan ravi le 22 Oct 2018
i have sawtooth function when i expanded the function using this function
i get error
my code
T = 10*(1/50);
Fs = 10000;
dt = 1/Fs;
t = 0:dt:T-dt;
x4 = sawtooth(2*pi*50*t);
u=255
expander = ((-1 + (1+u)^abs(Y)) ./ u);
  2 commentaires
ahmad ramadan
ahmad ramadan le 22 Oct 2018
u==255
madhan ravi
madhan ravi le 22 Oct 2018
see my answer below

Connectez-vous pour commenter.

Réponse acceptée

madhan ravi
madhan ravi le 22 Oct 2018
T = 10*(1/50);
Fs = 10000;
dt = 1/Fs;
t = 0:dt:T-dt;
x4 = sawtooth(2*pi*50*t);
u=255
expander = ((-1 + (1+u).^abs(x4)) ./ u);
  1 commentaire
madhan ravi
madhan ravi le 22 Oct 2018
Modifié(e) : madhan ravi le 22 Oct 2018
you forgot to put x4 inside abs() , if its the answer for your question please accept the answer so people know the question is solve else let know

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by