Undefined function or variable 'otfsmod' in MATLAB 2018a !!!!!
이전 댓글 표시
N = 4;
M = 4;
data = randi([0 3], N, M);
txSig = otfsmod(data, N, M);
the Error in txSig = otfsmod(data, N, M); !
댓글 수: 2
Where did you find this function ? It seems it is not an official MATLAB function.
help otfsmod
Star Strider
2023년 4월 7일
I cannot find that function in the documentation or a DuckDuckGo search. Explore this otfs modulation search.
답변 (1개)
KALYAN ACHARJYA
2023년 4월 7일
0 개 추천
otfsmod
This might be not inbuilt MATLAB funtion. It suppose to be external custom function. Please confirm the source of the function.
카테고리
도움말 센터 및 File Exchange에서 Modulation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!