- Block Dimensions: Double-check the block parameters within Simulink that handle the particle matrix. They should be configured to accept and output matrices of the correct size.
- Compatibility: Verify that all blocks connected to the particle filter are compatible with the dimensions of the data being passed.
- Trace Data Flow: Follow the data through each step of the simulation to ensure it maintains the correct dimensions.
How to estimate State of charge using Particle filter?
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello!
I am trying to build a model in simulink for SOC estimation based on real time data and designed the particle filter based SOC estimation by going through the steps of UKF SOC estimation . I have considered voltage(real time[1129*1]) as an input to my PF and based on equations of State Transition and Measurement Functions(current(real-time-[1129*1]) as input), I tried estimating SOC but constantly getting dimension error for particles.
It would really be great help if you could guide me regarding my state and measurement function also the dimension error , 'm receiving.
Thankyou!
1 comentario
Ganesh
el 28 de Nov. de 2023
Seems like the issue is focused on the inconsistent dimensions. It would be helpful if you shared the model files, with us. Meanwhile, you can also ensure the following points regarding your Simulink Model Configuration
Thank you,
Ganesh S
Respuestas (1)
Ver también
Categorías
Más información sobre Simulink Coder 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!