Python/electronics
Subhendu Dash 9e28ecca28
Add circular convolution (#8158)
* add circular convolution

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add type hint for __init__

* rounding off final values to 2 and minor changes

* add test case for unequal signals

* changes in list comprehension and enumeraton

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-03-07 17:16:25 +01:00
..
builtin_voltage.py Added Builtin Voltage (#7850) 2022-10-30 12:52:20 +01:00
carrier_concentration.py refactor: Replace doctest traceback with ... (#7558) 2022-10-23 16:36:10 +02:00
circular_convolution.py Add circular convolution (#8158) 2023-03-07 17:16:25 +01:00
coulombs_law.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
electric_conductivity.py add electric conductivity algorithm (#7449) 2022-10-29 15:52:19 +02:00
electric_power.py refactor: Replace doctest traceback with ... (#7558) 2022-10-23 16:36:10 +02:00
electrical_impedance.py Resonant Frequency & Electrical Impedance (#6983) 2022-10-29 17:25:26 +02:00
ind_reactance.py Adding inductive reactance calculation (#6625) 2022-10-31 12:31:15 +01:00
ohms_law.py Pyupgrade to Python 3.9 (#4718) 2021-09-07 13:37:03 +02:00
resistor_equivalence.py Created equivalent_resistance under Electronics (#6782) 2022-10-30 22:33:13 +01:00
resonant_frequency.py Resonant Frequency & Electrical Impedance (#6983) 2022-10-29 17:25:26 +02:00