BandPass_Filter

I implemented a BandPass Filter of 2nd Order into simulink by using Analog components : Resistors and Capacitors.
121 descargas
Actualizado 3 abr 2019

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)

Citar como

Mehdi BENSEDDIK (2024). BandPass_Filter (https://github.com/BenSeddikMehdi/BandPass_Filter), GitHub. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2018b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Digital Filter Design en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

2019_03_29_Existed_Filter

2019_03_29_Existed_Filter

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión
1.0.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.