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

5 visualizaciones (últimos 30 días)
amani
amani el 7 de Abr. de 2023
Comentada: Star Strider el 7 de Abr. de 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 comentarios
Torsten
Torsten el 7 de Abr. de 2023
Where did you find this function ? It seems it is not an official MATLAB function.
help otfsmod
otfsmod not found. Use the Help browser search field to search the documentation, or type "help help" for help command options, such as help for methods.
Star Strider
Star Strider el 7 de Abr. de 2023
I cannot find that function in the documentation or a DuckDuckGo search. Explore this otfs modulation search.

Iniciar sesión para comentar.

Respuestas (1)

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

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by