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 danish shahzad

  1. D

    Qam modulation and demodulation

    HI I need to implement QAM Modulation, what i have is the bits from data source and the code for this is below function [ qam_symbol ] = qam_encoder( coded_bits, m ) x=coded_bits; k = sqrt(m); x = [x zeros(1,ceil(length(x)/k)*k-length(x))]; bits = reshape(x,k,length(x)/k).'; levels =...

Part and Inventory Search

Back
Top