Where is the code of a Matlab Object?

조회 수: 3 (최근 30일)
kale
kale 2023년 1월 14일
답변: Bruno Luong 2023년 1월 14일
I'm trying to write code in matlab for a linear equaliser, but I'm struggling and I haven't found any examples online.
However, I have noticed that matlab provides (in the communications toolbox) the comm.LinearEqualizer object.
I don't want to use it because I don't need some sort of function/object to do the work for me... I want to write such a function/script completely from scratch (for loops, variable declarations etc).
My question is: is there a way to see what's inside comm.LinearEqualizer? To see how it works? For example, by opening it (right-clicking) I can't actually find the code that equalises the signal .. no loop .. no calculations etc. Where can I find them? If I could find this code I could take a cue to write my own

답변 (1개)

Bruno Luong
Bruno Luong 2023년 1월 14일
which comm.LinearEqualizer
/MATLAB/toolbox/comm/comm/+comm/LinearEqualizer.m % comm.LinearEqualizer constructor
If it's mfile contains source code then you can see it.

카테고리

Help CenterFile Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by