read data from txt file and do FFT in matlab
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Mathieu NOE
il 24 Feb 2021
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.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Annotations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

