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 himadrisaha

  1. H

    About Verilog and MATLAB

    The Matlab code can be converted in Simulink and using the function makehdl() in MATLAB, this can be converted to vhdl coding. You can refer the Matlab help and i hope you will get some information.
  2. H

    The Exact Definition of the Spectral Energy of a Discrete Signal {x[n]}

    This is the Matlab code for theoritical power spectral density. % theoretical Power spectral density fc=0; z1=-10:0.01:10; d=((z1-fc)/fd).^2; Sez=(1/(4*pi*fd))*(1./sqrt(1-d)); I think the second one is the right answer cause you need the absolute value square to get the PSD.This is not the...

Part and Inventory Search

Back
Top