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 english_style

  1. E

    from Matlab vector to text file

    I've discovered a good solution, so I post it 'cause maybe it could be usefull for someone else: in Matlab Command Window: fid=fopen('data.txt','wt'); fprintf(fid,'%d\n',I); fclose(fid); where fid is a temporary variable, data.txt the file we wanna get and I the vector 1x256. bye
  2. E

    from Matlab vector to text file

    Hi everybody, I have to save a matlab vectror 1x256 in a text file. I'm trying with save function, is this the right way? thanks
  3. E

    Matlab Blackmann-Harris windowing

    Hi to everybody, I've to apply a right window to a signal to try to solve the problem of leakage and to obtain, with an FFT 512 points, a cleaner spectrum. I think the Blackman-Harris window is the best choise, but someone know how to do it? which is the matlab code? thanks to everybody regards

Part and Inventory Search

Back
Top