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 bisen_tejeshwari

  1. B

    Physical implementation of Matlab simulink model

    it will be better to test available signal in MATLAB for algorithm validation.if ur algorithm is correct and all simulink blocks are synthesizable download in supported board and test for real time signal
  2. B

    MATLAB FPGA interfacing

    will anyone will tell me how the algorithms designed in MATLAB download in FPGA.suggest tool requirement. ---------- Post added at 09:22 ---------- Previous post was at 09:20 ---------- will any one suggest me good study material or links for digital filter design
  3. B

    How to write FFT code in Matlab

    see is it useful to u or not function [Xk]=dft(xn,N) n=[0:1:N-1]; k=[0:1:N-1]; WN=exp(-j*2*pi/N); nk=n’*k; WNnk=WN.^nk; Xk=xn*WNnk;
  4. B

    What is Signal processing ? Any Software to Process Signals ?

    signal processing means applying sum operation on signal.operation may be like filtering ,scaling. use MATLAB software for signal analysis
  5. B

    About Adaptive Equalizers

    -N to N is nothing but 0 to 2N interval
  6. B

    mini project on dsp kit dsp c6711 for beginners

    you develop your code in simulink using real time workshop modules support for TMS c6711.Again you require code composer studio to install in the same computer.see MATLAB demo for reverberation module using c6711
  7. B

    How to simulate a design in s-edit of Tanner?

    Re: TANNER EDA Include model file where nmos model is defined
  8. B

    Dynamic Power calcullation problem in tanner

    use .measure command and evaluate it using formula
  9. B

    which EDA tool i should prefer for mixed signal design

    hi i m working on ADC .we have mentor graphics in our lab should i prefer it for design or LTspice will be better to use

Part and Inventory Search

Back
Top