Capturing efficiency of a system while sweeping voltages and duty cycle parameters
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sudarshan
el 14 de Jul. de 2022
Respondida: David John
el 18 de Jul. de 2022
I have a simscape simulation model of a power electronics converter and I need to find the optimum parameters to achieve the best possible efficiency. I can control three parameters namely, input DC voltage, duty cycle and frequency of operation. I would like to sweep the input DC voltage from 350V to 450V and while doing this I also would like to sweep the duty cycle from 0-1 and frequency from 75kHz to 90kHz. Doing this manually will take forever and I would like to know if there is a MATLAB script or a simulink block that would help me automate this process?
0 comentarios
Respuesta aceptada
David John
el 18 de Jul. de 2022
There is an example that is doing parametric sweeps like you describe: https://www.mathworks.com/help/physmod/sps/ug/converter-dcdc-llc-tolerance-montercarlo.html
This example also leverages the Parallel Computing Toolbox to spped up the generation of results although you can also do it serially.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Electrical Sensors 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!