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 ksksreelak

  1. K

    comparing scheduling algorithms for RTOS...

    Hi A more useful RTOS Analysis resource from web WP1 - RTOS State of the Art Analysis Regards Sree
  2. K

    comparing scheduling algorithms for RTOS...

    Hi, Please read the two articles ASSC/330/2/154-Issue 1 : Real Time Operating Systems (RTOS) (Feb 98) (4 pages) ASSC/330/2/141-Issue 1 : Evaluation of RTOS Systems (Mar 97) (52 pages) from this web address **broken link removed** Also Hard Real-Time Computing Systems: Predictable Scheduling...
  3. K

    how to open .MEX file in matlab

    how to open a mex file Hi A .mex32 file is a compiled C file. It cannot be edited. You can however use the functions supported in the .MEX file. If you still want to edit it, get the original C source file and then you can edit and recompile into .mex32. Hope this helps Sree
  4. K

    [needHELP]matlab programming

    mean of profile of data in matlab Hi This code Phi=0:pi/10:2*pi; Theta=-pi/2:pi/10:pi; [PHI,THETA]=meshgrid(Phi,Theta); r0=0.5; R=sin(PHI).*cos(THETA)+r0; % for example [X,Y,Z]=sph2cart(THETA,PHI,R); %get cartesian values mesh(X,Y,Z); %display Or surf(X,Y,Z) % colored faces produces this...
  5. K

    how i can plot the spectrum of an audio signal using mat lab

    Re: i need your help Hi, Read this topic. It will be of help to you. Regards Sree
  6. K

    SMS BASED DEVICE SWITCHING

    sms based switching Hi friend, Check this project. Almost similar to yours. https://www.8051projects.net/forum-t763-0.html Hope this helped you. Regards Sree Added after 4 minutes: Hi, More info also available here Bye Sree
  7. K

    Direct Sequence Codes

    Could u post it again. I am not able to read the image file. And also it is not enlarging when i click it. Thanks
  8. K

    Direct Sequence Codes

    How can the performance of a DS Code set be represented mathematically as a percentage value? The maths is based on autocorrelation and non interference of the codes. Please help
  9. K

    How to implement PCI-Express ?

    Some guides on Design of ETX and support relating to PCI-Express is available in the following link. **broken link removed** Good luck Added after 2 minutes: Also two books from intel on the subject are available. This link is will take to the intel the books on design of PCI express...
  10. K

    Looking for HDL code for adpll for QPSK modulator

    Re: adpll for QPSK demod Some application gen on how to use COREGEN HDL code generator for QPSK design is available in the following link **broken link removed** good luck
  11. K

    Need a multi vdd library

    Synopsys :DesignerWare TSMC have support libraries for MULTI-VDD more info available in this link www.synopsys.com/designware/tsmc.html Good Luck
  12. K

    Analog and Digital design

    The Analog job will give u lot of scope to design and develop new ideas and improve older systems. In digital technology which COTS based , u will use products already tailor made for specific requirements. Your design will be dictated by what is available off the shelf. If u love challenges...
  13. K

    Need full guide for Jist/swan simulator

    jist swan A brief guide available at this link h**p://jist.ece.cornell.edu/ Good luck
  14. K

    Internet controlled embedded processor?

    An INTELLIGENT ON-LINE UPS with LAN interface is a good beginner for u. There are lot of material on above project. In this project get an idea how the Computer controls and gets the satus data from the embedded controller in the UPS. The same principles apply to other projects of similar kind.
  15. K

    How to use Matlab code with visual C?

    Re: matlab with visual c An example for u. #include "stdafx.h" int main(int argc, char* argv[]) { double dblArray[]={1, 2, 3, 4, 5, 6, 7, 8, 9}; mxArray *A, *B; A=mxCreateDoubleMatrix(3, 3, mxREAL); //copy array to matrix A memcpy(mxGetPr(A), dblArray, 9 * sizeof(double))...

Part and Inventory Search

Back
Top