How to remove delay from idtf object?
    조회 수: 7 (최근 30일)
  
       이전 댓글 표시
    
I'd like to use the inv() function for an idtf object to generate a predistorted waveform. Right now I cannot because the inverse is noncausal due to a 13 second iodelay in the original transfer function. How can I remove the iodelay from the idtf object? 
댓글 수: 0
채택된 답변
  Rajiv Singh
    
 2020년 8월 11일
        You will need an invertible realization. Try high order transfer function estimations with no delays. Or, if the estimated model with delays is a good/accurate model, compute its frequency response (freqresp), invert it, and fit a transfer function to the inverse frequency response.
For literally just removing the delay you can do model.ioDelay= 0
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Transfer Function Models에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

