i think its working.. but needs verify..

This commit is contained in:
2025-05-25 22:23:34 +02:00
parent 5b329b710a
commit 5ff1d193c7
4 changed files with 44 additions and 13 deletions

View File

@@ -14,8 +14,8 @@
// Component Values:
#define L_INDUCTOR 100e-6 // Henry
#define C_CAPACITOR 100e-6 // Farad
#define L_INDUCTOR 68e-6 // Henry
#define C_CAPACITOR 10e-6 // Farad
// Sample time
@@ -23,10 +23,10 @@
// Load
#define R_LOAD 100 // Ohm
#define R_LOAD 10 // Ohm
// Simulation parameters
#define SIMULATION_TIME 1.0 // Seconds
#define SIMULATION_TIME 0.6 // Seconds
// Plot specific