Where is the code of a Matlab Object?

3 vues (au cours des 30 derniers jours)
kale
kale le 14 Jan 2023
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

Réponses (1)

Bruno Luong
Bruno Luong le 14 Jan 2023
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.

Catégories

En savoir plus sur Shifting and Sorting Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by