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 August

  1. A

    FIR Filter MATLAB problem

    FFT_point=128; order=200; Wa=[8/64 13/64]; a = fir1(order,Wa,'bandpass'); %FIR bandpass filter with order=20 store_ai = a; a_fft = fft(a,FFT_point); store_a = a_fft ; for( i = 1:14 ) xa( i, : ) = in_signal( i, : ); store_xa = xa( i, : )...
  2. A

    Verilog code for FPGA to receive input from the computer keyboard via RS-232

    Re: RS-232 Thank! For your advice.. I had been to this website Thank you.^^
  3. A

    Verilog code for FPGA to receive input from the computer keyboard via RS-232

    RS-232 How to write the verilog code for fpga to recieve input from the computer keyboard through RS-232 Is this right? module serialfun(clk, RxD, TxD, GPout, GPin); input clk; input RxD; output TxD; output [7:0] GPout; input [7:0] GPin...

Part and Inventory Search

Back
Top