FIR & LMS filter implementation in C++ with Python & JAVA wrappers
-
Updated
Jun 30, 2025 - C
FIR & LMS filter implementation in C++ with Python & JAVA wrappers
📖 Технопарк Mail.ru 1 семестр. Домашнее задание №1 по курсу "Углубленное программирование на C/C++".
This program uses Bairstow’s method to find the real and complex roots of a polyomial with real coefficients.
Dynamically allocates memory for an array of polynomials using calloc(). Allows the user to input the number of polynomials to be added. Reads the coefficients of each polynomial from the user. Adds the polynomials together and stores the result in a new polynomial. Prints the resulting polynomial.
C Program to do arithmetic calculations on polynomials with different coefficients and powers.
Add a description, image, and links to the coefficients topic page so that developers can more easily learn about it.
To associate your repository with the coefficients topic, visit your repo's landing page and select "manage topics."