Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by roujhan

  1. R

    FFT matlab: wrong 0Hz frequency

    Hi, Thanks for your answers But I subtract the mean value.
  2. R

    FFT matlab: wrong 0Hz frequency

    Hello I want to use fft in MATLAB to analize some exprimental data saved as an excell file attached here as a doc file. my code: A=xlsread('Book.xls'); G=A'; x=G(2, : ); N=length(x); F=[-N/2:N/2-1]/N; X = abs(fft(x-mean(x),N)) X = fftshift(X); plot(F,X) But it plots a graph...

Part and Inventory Search

Back
Top