Simulink - how to use a table look up to change the signal amplitude and phase of a signal
조회 수: 3 (최근 30일)
이전 댓글 표시
I want to apply a distortion to my signal based on its power level, which I am computing by the mean-square block. I then want to use this number (in dBs) to look up a distortion factor from my table-lookup and apply it to signal amplitude. I want to do the same to signal phase. So I have something like the following as my table look up.
Pin(dBs) Pout(dB) PhaseShift(Degrees) 0 -.5 5 -1 -.75 4 -3 -2 1
etc. I am having a hard time figuring out how to use the 2D Table look up block to do this. Any help will be most appreciated. Does the Table look-up automatically do interpolation? If yes, what type? Charan Langton
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Fuzzy Logic in Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!