필터 지우기
필터 지우기

Function for filtering continuous time data

조회 수: 3 (최근 30일)
shubha t r
shubha t r 2019년 5월 10일
댓글: shubha t r 2019년 5월 10일
[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

채택된 답변

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2019년 5월 10일
I don't think here your computed [c,d] would be the coeff.s to use with filter() function. They are the coeff.s of the frequency response function's numerator and denominator. In fact, invfreqs() is the one of the useful functions for system parameter identification/estimation while doing the frequency data analysis.
  댓글 수: 1
shubha t r
shubha t r 2019년 5월 10일
Okay. Which other function can be used for the same?

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2019년 5월 10일
You need to filtrer time domain data or use your obtained filter coeff's [c, d]?
  댓글 수: 1
shubha t r
shubha t r 2019년 5월 10일
Filter the time domain data using the filter coefficients [c,d].

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by