How to i convert complex single into complex double?
42 次查看(过去 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!