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 pathmakerpk

  1. P

    symbol referencing errors

    ------------------------ RTDX_MATLAB_sim.pjt - Debug ------------------------ [intvecs.asm] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -q -fr"C:/rtdx_matlab_sim/Debug" -i"C:/CCStudio_v3.3/C6000/rtdx/include" -d"CHIP_6713" -mv6710 --mem_model:data=far -@"Debug.lkf" "intvecs.asm" *** MESSAGE...
  2. P

    Symbol refrencing errors

    Hi there ! I am trying to compile the Matlab rtdx example from Dr. Ruplh book, I am notified with the following error, ------------------------ RTDX_MATLAB_sim.pjt - Debug ------------------------ [intvecs.asm] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -g -q...
  3. P

    Can not find the ccslink_grt.tlc file in Real time workshop

    I am unable to find the " ccslink_grt.tlc " in Real time workshop configuration options. only grt.tlc is listed under the configuration. I am also unable to download the same file from internet
  4. P

    Plotting discontinuous discrete signal with shift and fold

    Hello ! I have a given question below x[n]= {1+n/3 -3<=n<=-1, 1 0<=n<=3, 0 other wise} I have to plot this signal and I have developed the following code for that clc n=-10:1:10; for i=1:length(n) if n(i)>=-3 && n(i)<=-1...
  5. P

    time shifting of Discrete Signals

    I have the following matrix x=[2 3 5 4 6 4]; with index at 5 i-e n=0 at value 5. n is sampling scale value (-----,3,-2,-1,0,1,2,3----) I have to plot this signal x(n) on time axis n, then I have to do the following operations, x[-n], x[-n+4] x[-n-4] x[n-4] x[n].u[n-2] x[n].impulse[n+2]...

Part and Inventory Search

Back
Top