mu law expander error
Mostrar comentarios más antiguos
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 comentarios
ahmad ramadan
el 22 de Oct. de 2018
madhan ravi
el 22 de Oct. de 2018
see my answer below
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!