I can't use sigmf
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello, I reading help in matlab and i can't create sigmf and i don't know what is a and c parameter? How can create similar it? For example x is between 0 to 255
0 comentarios
Respuestas (1)
Azzi Abdelmalek
el 29 de Abr. de 2016
Editada: Azzi Abdelmalek
el 29 de Abr. de 2016
x=0:255;
y=sigmf(x,[0.1 127.5]);
plot(x, y)
0 comentarios
Ver también
Categorías
Más información sobre Frequency Domain Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!