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 shahar

  1. S

    Why Moore implementation is more effective than Mealy one?

    mealy machine vs moore machine hi i think this link answer your question **broken link removed** Added after 31 seconds: hi i think this link answer your question **broken link removed**
  2. S

    write a matlab code for HPF

    matlab code for hpf fs=50; fcut1=10; fcut2=5; w1=2*fcut1/fs; w2=2*fcut2/fs; [b,a]=butter(2,w1); [b1,a1]=butter(2,w2,'high'); [h,f]=freqz(b,a,100,fs); [h1,f1]=freqz(b1,a1,100,fs); kfr=abs(h); kfr1=abs(h1); subplot(2,1,1),plot(kfr);grid; subplot(2,1,2),plot(kfr1);grid;

Part and Inventory Search

Back
Top