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 Revolutionary

  1. R

    How to test a filter created from Fdatool on matlab ?

    Which filter did you make? Low pass high pass? Depending on that take a signal which has a frequency lying in pass band of that filter and another frequency outside of it. And then take fft of output to see whether the frequency outside of the passband has been eliminated.
  2. R

    Urgent Help needed about Matlab Code

    I don't think anyone will give you a code straight away but we can give you ideas if you want. That way you'll learn something new! :)
  3. R

    Help regarding Nyquist Sampling

    fs=6e6; t=0:1/fs:0.5; s=2*cos(2*pi*1e6*t)+cos(2*pi*2e6*t)+3*cos(2*pi*2.5e6*t); %%Time Domain plot(t,s) xlabel('Time in seconds') ylabel('Amplitude') title('Time Domain representation of signal') xlim([0 0.00001]) %%Frequency Domain nfft=1024; %%Number of fft points taken S =...

Part and Inventory Search

Back
Top