Undefined function or variable 'otfsmod' in MATLAB 2018a !!!!!
7 ビュー (過去 30 日間)
古いコメントを表示
N = 4;
M = 4;
data = randi([0 3], N, M);
txSig = otfsmod(data, N, M);
the Error in txSig = otfsmod(data, N, M); !
2 件のコメント
Torsten
2023 年 4 月 7 日
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 日
otfsmod
This might be not inbuilt MATLAB funtion. It suppose to be external custom function. Please confirm the source of the function.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Modulation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!