Undefined function or variable 'otfsmod' in MATLAB 2018a !!!!!

3 vues (au cours des 30 derniers jours)
amani
amani le 7 Avr 2023
Commenté : Star Strider le 7 Avr 2023
N = 4;
M = 4;
data = randi([0 3], N, M);
txSig = otfsmod(data, N, M);
the Error in txSig = otfsmod(data, N, M); !
  2 commentaires
Star Strider
Star Strider le 7 Avr 2023
I cannot find that function in the documentation or a DuckDuckGo search. Explore this otfs modulation search.

Connectez-vous pour commenter.

Réponses (1)

KALYAN ACHARJYA
KALYAN ACHARJYA le 7 Avr 2023
otfsmod
This might be not inbuilt MATLAB funtion. It suppose to be external custom function. Please confirm the source of the function.

Catégories

En savoir plus sur Logical 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