Tuesday, September 17, 2024

// Hello

#include <iostream>
#include <climits>

int main (void)
{
std::cout << 

"
Hi, I'm Mariusz. I am a DSP software engineer in one of the international automotive companies.
Since March 2023 I've been also leading a group of developers working on digital embedded amplifiers.
In 2022 I defended PhD in Information and Communication Technology at the Lodz University of Technology
having conducted research on fractional calculus and fractional-order controllers of variable orders.
On this website you can find some info about my experience, projects, ongoing work and research.
And thoughts I decided to share... ;)
"

<< std::endl;
return 0;
}