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!