can u ans me what should i do now from bolded wave to normalwave

6 visualizaciones (últimos 30 días)
Faria
Faria el 22 de Oct. de 2025 a las 16:06
Respondida: Walter Roberson el 22 de Oct. de 2025 a las 16:14
i do my simulink which is dynamic voltage restorer using fuzzy logic controller for voltage stabilization. here i face this kind of problem can u suggest me what should i do now? why the curve is bolded? please help me

Respuestas (1)

Walter Roberson
Walter Roberson el 22 de Oct. de 2025 a las 16:14
The "bolded wave" (the one in yellow) has a high frequency component. For example,
t = linspace(0,2*pi,500);
y = sin(t) + sin(100*t)/20;
plot(t,y)
The plotted line appears to be thick, but it is not. If you zoom in on the thick yellow part, you should see the higher frequency component.

Categorías

Más información sobre Fuzzy Logic in Simulink en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by