Guys, can you help me to find the code to extract CSV file (from Neurosky mindwave) into FFT algorithm?

 채택된 답변

Image Analyst
Image Analyst 2019년 1월 1일

0 개 추천

You forgot to attach your csvfile, so about all I can say is:
data = csvread(filename);
ft = fft(data);

댓글 수: 5

helo, thank you for answering me.
I want to ask you something.
First: The output from the video is CSV or TXT file, am i right?
how can i save that file into .csv not .mat ? im newbie in matlab. Please help me thank you very much
what is "ft" in your answer? thank you..
I don't think I care to pay to obtain their source code.
The part of the video I watched output attention values to the display.
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.
thankyou.. this helps me a lot.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by