Parasitic Effects in a LC Filter

Parasitic Effects in a LC Filter

Parasitic Effects in a LC Filter Ideal vs. Real Components and Measurement Validation 1 Introduction This report looks at how an LC filter behaves in real life, focusing on the effects of parasitic elements in components. Simulations and measurements are compared to...
EE Validation – TPS62160 DC/DC Buck Converter (Part I)

EE Validation – TPS62160 DC/DC Buck Converter (Part I)

EE Validation TPS62160 DC/DC Buck Converter (Part I) 1 Introduction Validating electronic devices is a key step in ensuring their reliability and compliance with technical requirements. It confirms that a device functions as intended and maintains stability, accuracy,...
DDR Signals and FPGA

DDR Signals and FPGA

DDR Signals and FPGA What is DDR signal/bus In electronics, many synchronous buses use clock line and one and multiple data lines for reliable data transfer. The clock line is dictating the timing and period when the data lines should be sampled on the receiving end...
Modern C++ in embedded development: strong types and user-defined literals

Modern C++ in embedded development: using C libraries

MODERN C++ IN EMBEDDED DEVELOPMENT: using c libraries Language linkage C++ programs can use C code. The linkage between C++ and software modules written in other programming languages is called language linkage.  extern string-literal {declaration} Standard guarantees...