How to i convert complex single into complex double?
33 ビュー (過去 30 日間)
古いコメントを表示
I need dataset in complex double form to test the pretrained model. but when i prepare the dataset it is saved in the complex sigle from. i have attached the .mat file for furter proceding.
0 件のコメント
採用された回答
KSSV
2021 年 7 月 5 日
Read about the function double.
If x is your single signal.
x_double = double(x) ;
0 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Power and Energy Systems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!