I implemented a BandPass Filter of 2nd Order into simulink by using Analog components : Resistors and Capacitors.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
To achieve this goal, I started by implementing the LowPass and HighPass filters separately and ended up adding an amplifier to amplify my signal. So, by Cascading the HighPass and LowPass filters together I obtain a BandPass Filter. The range of BandPass filter = [fc1 , fc2].
fc1 : Cutoff frequency of HighPass filter.
fc2 : Cutoff frequency of LowPass filter.
fc1 = 1/(2*pi*R1*C1)
fc2 = 1/(2*pi*R2*C2)
Amplification := 1+(R4/R3)
Cite As
Mehdi BENSEDDIK (2026). BandPass_Filter (https://github.com/BenSeddikMehdi/BandPass_Filter), GitHub. Retrieved .
General Information
- Version 1.0.0 (145 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
