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!