fftfilt function inputs and output
    조회 수: 7 (최근 30일)
  
       이전 댓글 표시
    
Hi, 
Does the inputs and output of the function fftfilt should be in the time or frequency domain? i coundt understaned it  based on the documentation 
Thanks
댓글 수: 0
채택된 답변
  Just Manuel
      
 2021년 2월 11일
        The short answer:
Feed your data in time domain to fftfilt and you will receive filtered data in time domain.
The pedantic answer:
ffftfilt outputs the filtered data in the same domain you put it in. While it is most common to have signals recorded at certain time intervals (thus being in the time domain), you can have all sorts of domains. For instance if you measure a geometric profile, you can have your data at equal distance intervals. Thus your data is in the distance domain. You will have to be aware what the frequencies mean when designing the filter to apply. In the above example, you will need to use space frequencies instead of time frequencies.
Cheers
Manuel
댓글 수: 0
추가 답변 (1개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Signal Generation, Analysis, and Preprocessing에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


