Thread: If you can find a soloution !!!

Results 1 to 2 of 2
  1. #1 If you can find a soloution !!! 
    Banned
    Join Date
    Sep 2013
    Posts
    479
    Thanks given
    154
    Thanks received
    102
    Rep Power
    0
    Anyone of you can no digital signal processing. I started to write matlab code and would like to have made ​​a frequency axis at x axis. The task is about finding noise components, I write just the code below
    Note: "e" is a variable with 20000 different numbers in

    Code:
    clear, close all; clc
    load projektopgave_A
    fsample=2000;
    ts=1/fsample;
    N=length(e);
    x=[0:N-1]*ts; 
    y=e;
    fanalysis =([0:N-1]*20000)/N;
    DFT=fft(y,20000);
    figure(2)
    plot(fanalysis, abs(DFT)); 
    ylabel('Amplitude (volt)');
    title('Plot af dftfunktionen');
    grid on;
    Reply With Quote  
     

  2. #2  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,246
    Thanks given
    3,283
    Thanks received
    2,874
    Discord
    View profile
    Rep Power
    5000
    How is this related to hardware?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [Will pay] Need a Game [If you can find, i'll pay you]
    By Tyler, the creator in forum Buying
    Replies: 59
    Last Post: 09-07-2011, 10:52 PM
  2. Replies: 0
    Last Post: 01-11-2009, 11:29 PM
  3. Read if you can
    By Samsterz in forum Help
    Replies: 0
    Last Post: 10-31-2008, 10:35 PM
  4. If you can do this ,youll have the whole mappack
    By Missedscape in forum Configuration
    Replies: 10
    Last Post: 07-13-2008, 03:42 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •