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 phoibos323

  1. P

    how to call a m-file in order to click on a pushbutton in gui ?

    I need to call a m-file when I press a pushbutton in gui ? How can I manage. I tried run scriptname but it doesn't work, there is no variables appear in workspace after running the gui and pressing the pushbutton. There is no errors by the way in the command line. Thanks.
  2. P

    How to apply an analog signal to a digital FIR bandpass filter?

    a=input('enter the center frequency of the bandpass filter in hertz.'); %prompt the user to enter the center freq. of the desired bandpass filter. ntrunc=500; %number of terms for truncation...
  3. P

    [SOLVED] how can I monitor the frequency response of this bandpass filter?

    thank you for the answers, when I use the freqz command as prompted in the last post the frequency response figure appears without any errors but the figure is empty, I have an error in mathematical aspect I guess but I could't figure it out.:-? ---------- Post added at 11:13 ----------...
  4. P

    [SOLVED] how can I monitor the frequency response of this bandpass filter?

    n=-10:1:10; K=1; f=5; f0=697; wc=2.*pi.*f; w0=2.*pi.*f0; hlp=(K./(pi.*n)).*sin(n.*wc); hbp=(2.*cos(n.*w0)).*hlp; here is my code, this code designs a digital FIR bandpass filter , I need to plot the frequency response of H'(w). Thank you.
  5. P

    what is the usage of power amplifiers in these circuits?

    **broken link removed** **broken link removed** **broken link removed** what is the usage of power amplifiers in these 3 circuits? Thank you.

Part and Inventory Search

Back
Top