Where is the code of a Matlab Object?

3 visualizzazioni (ultimi 30 giorni)
kale
kale il 14 Gen 2023
Risposto: Bruno Luong il 14 Gen 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

Risposte (1)

Bruno Luong
Bruno Luong il 14 Gen 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.

Categorie

Scopri di più su Shifting and Sorting Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by