read data from txt file and do FFT in matlab
2 次查看(过去 30 天)
显示 更早的评论
I currently have a txt file data of complex number but it includes some other useless information in the file.
There are 4 chirps numbered as 1,2,3,4 and each chirp has 64 data.
I want to read the data from the file chirp by chirp.
And arrange the samples of the chirps as an array of dimensions (number of chirps) x (samples per chirp) which means 4 x 64 array.
And do the FFT to show the graph.
But I do not know how to process the data in the matlab.
The txt file is in the attachment.
Is there any method to achieve it?
Thank you for the help.
8 个评论
Mathieu NOE
2021-2-24
hello
my previous answer was to show (see plot) that the 12 iterations of the 4 chirps give more or less the same results. The plot confirms that all 48 real traces overlay well , and so for the imaginary parts. But it is still unclear to me what you intend to do with the 12 iterations. I was thinking you wanted to do avearge of the 12 iterations , but maybe it's not right.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

