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 jvinoth

  1. J

    SERof BPSK from simulation using MATLAB

    %BPSK simulation using a carrier cosine wave with ISI clc; close all; clear all; %figure(1) n=160 for i=1:n data(i)= 2*round(rand)-1; end %create modulated BPSK signal %first expand the bit stream exdata=[]; for i=1:length(data) for rep=1:5 exdata= [exdata data(i)]; end end ts=.1...

Part and Inventory Search

Back
Top