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 jenabi

  1. J

    how to normalize the power of the desired signal

    hii i want to normalise the desired signal( to 1db) which is signal with awgn noise of 20db following is the code t = 1000; s = randn(1,t); M = 1000; %generate noise lamda = 0.1; K = 2; s = [ 0 0 0 0 0 0 0 0 s]; d = zeros(size(s)); i = 9:length(s); x(i) = 0.35*s(i) + s(i-1) +0.35*s(i-2); d(i) =...
  2. J

    help needed - dynamically adjusting the number of taps

    hii.. what i carriecom IDU?...
  3. J

    matlab code help needed

    hii i need help below is the code that is for dynamically changing the tap length of adaptive filter....but when i run this in matlab i get error saying that d(n:-1:n-L+1) cannot have negative indices...can someone tell me how to debug this...and where am i going wrong clc; clear; delta = 2...
  4. J

    help needed - dynamically adjusting the number of taps

    hiii i need help to understand how to dynamically adjust the number of taps of linear equalisers operating in unknown channel conditions thanks in advance
  5. J

    variable length lms algorithm

    i want to use the concept of pseudo-fractional tap length adaptation to do the project
  6. J

    variable length lms algorithm

    can someone help me to understand how to update the tap length of adaptive filter by looking at mmse... i am trying to do a matlab project for that and i am unable to understant the concept thanks in advance

Part and Inventory Search

Back
Top