Function for filtering continuous time data
이전 댓글 표시
[c,d] = invfreqs(m,freq,5,5); Using invfreqs I am able to get the numerator and denominator coefficients from the frequency and phase response of an amplifier. How do I use these coefficietnts to filter out continuous time input data?Can "filter" be used for continuous domain data as well?.Please help
채택된 답변
추가 답변 (1개)
Sulaymon Eshkabilov
2019년 5월 10일
1 개 추천
You need to filtrer time domain data or use your obtained filter coeff's [c, d]?
카테고리
도움말 센터 및 File Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!