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 caleigh

  1. C

    What type of filter is used in this code?

    Re: filter coding thanx bulx...that is very helpful...bulx..can you help me on the coding, what is the purpose of each coding?i really new o the matlab and the filter coding...please
  2. C

    What type of filter is used in this code?

    R = 50; d = rand(R,1)-0.5; m = 0:1:R-1; s = 2*m.*(0.9.^m); x = s + d'; figure(1) plot(m,d,'r-',m,s,'b--',m,x,'g:') xlabel('Time index n'); ylabel('Amplitude') legend('d[n]','s[n]','x[n]'); pause M = input('Number of input samples = '); b = ones(M,1)/M; y = filter(b,1,x); figure(2)...
  3. C

    help me pliz....filter in matlab

    design a lowpass filter with following specifications: o 1500 c f = Hz and 1650 s f = Hz. o No ripple in passband is allowed. o Your filter order should not be more than 15. (Check the right panel to see the order of your filter) o s R should be at least 30 dB. • Apply your filter to the noise...
  4. C

    eeg filter using matlab

    eeg fiter my task ask to write an algorithm for filtering random noise for eeg signal.. i want to do butterworth, bandpass filter...can any body help me... and one more thing...can anybody explain this algorithm one by one....and how to improve the filter? please...i'm new to matlab...

Part and Inventory Search

Back
Top