How can i extract CSV file to FFT algorithm

3 vues (au cours des 30 derniers jours)
Tsalsabilla Winny Junika
Tsalsabilla Winny Junika le 1 Jan 2019
Guys, can you help me to find the code to extract CSV file (from Neurosky mindwave) into FFT algorithm?

Réponse acceptée

Image Analyst
Image Analyst le 1 Jan 2019
You forgot to attach your csvfile, so about all I can say is:
data = csvread(filename);
ft = fft(data);
  5 commentaires
Image Analyst
Image Analyst le 1 Jan 2019
I'm not going to watch that whole long video. If you want, you can tell me at what time in the video they're exporting/saving the output that you need to use, and I might take a look at it.
ft is a variable that is the output of the fft() routine. The help for the fft() routine says that it returns "the discrete Fourier transform (DFT) of X using a fast Fourier transform (FFT) algorithm." In my variable, the "f" in "ft" means Fourier, and the "t" in "ft" means transform.
Tsalsabilla Winny Junika
Tsalsabilla Winny Junika le 1 Jan 2019
thankyou.. this helps me a lot.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur EEG/MEG/ECoG dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by