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 Aparna24

  1. A

    [Moved]: How can i add random noise in an EEG signal?

    I have generated a code and implemented the EEG signal. Now i need to add random noise to it.The code i use is: fs = 512 T = 1/fs; N =length(EEGsig); ls = size(EEGsig); tx =[0:length(EEGsig)-1]/fs; fx = fs*(0:N/2-1)/N; figure; subplot (211), plot(tx,EEGsig); xlabel('Time (s)')...
  2. A

    [Moved]: How to remove noise from an eeg signal contaminated with noise?

    Thanks for your suggestion and also for your reply..I have recently joined here,and so m not well qualified as you are..Though i'll try to improve n work upon my Google-Fu..
  3. A

    [Moved]: How to remove noise from an eeg signal contaminated with noise?

    sir basically i want to use notch filter for removing noise.Can u help me with the syntax or the code itself?
  4. A

    [Moved]: How to remove noise from an eeg signal contaminated with noise?

    Re: How to remove noise from an eeg signal contaminated with noise? yes sir,i agree with u..I questioned in a vague manner without mentioning any information. Sir firstly i initiated with a raw eeg data which i had taken from .mat file..Then i added noise to it..Now i want to filter that noise...
  5. A

    [Moved]: How to remove noise from an eeg signal contaminated with noise?

    i need to remove noise from th eeg signal using a notch filter.Can anyone please help me with the coding?
  6. A

    How can I insert awgn noise in the eeg signal?

    I have downloaded a file of .mat type and imported it in matlab, now I want to add noise in that eeg signal. >fs = 512 >T = 1/fs; % sampling rate or frequency; >N =length(EEGsig); >ls = size(EEGsig); % find the length of the data per second >tx =[0:length(EEGsig)-1]/fs; >fx =...

Part and Inventory Search

Back
Top