-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Frequency Response of Filter
Tagged: Frequency Response
- This topic has 1 reply, 2 voices, and was last updated 7 years, 1 month ago by Patrik Stilgenbauer.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
September 28, 2017 at 9:15 am #16342Jonathan SmithParticipant
Hi,
how can I calculate the frequency response (e.g. magnitude) of specific filter coefficients in FPScript? For example: Simpson Integral Filter with coefficients b = (1/3, 4/3, 1/3) and a = (1, 0, -1).
Thanks in advance.
Jon
September 28, 2017 at 9:31 am #16343Patrik StilgenbauerMemberDear Jon,
you can use the AmplitudeResponse() and the PhaseResponse() functions to calculate the frequency response corresponding to a set of filter coefficients. E.g. magnitude of Simpson Integral filter:
Dim filterCoef = List("b", {1/3, 4/3, 1/3}, "a", {1, 0, -1}) AmplitudeResponse(filterCoef)
See attachment for the visualisation in a diagram.
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.