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 chiu

  1. C

    State Machine to MATLAB code

    this is the block diagram my code is like this: function [ y1,y2,D1,D2 ] = Encoder(input) %UNTITLED Summary of this function goes here % Detailed explanation goes here length_input = length(input); y1(1) = input(1); D1(1) = 0; D2(1) = 0; y2(1) = input(1); for i = 2:length_input...
  2. C

    Binary random generatior

    how can i build a binary random generator in MATLAB and the output 0 and 1 with the same probability? could you please write the code for me? cuz im a very newbie :P thank you ---------- Post added at 21:39 ---------- Previous post was at 20:35 ---------- i come up with a way to build it...
  3. C

    State Machine to MATLAB code

    how can i simulate the following state machine in MATLAB? could you please write the code? im a newbie :P **broken link removed**
  4. C

    no oscillation in oscillator

    i designed a current mode OTA relaxation oscillator. the left part is OTA and the right part is schmitt trigger. but i cannot get the oscillation in SPICE. i meant to give a 1 step voltage pulse kick start at feed back. but still cannot get the oscillation. here is the schematic and plot of...

Part and Inventory Search

Back
Top