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 agent_009

  1. A

    How to send email using Matlab?

    Email using matlab MATLAB is not web software. It is used for simulation/engineering problems. I don't think you can send e-mails through it.
  2. A

    Weird problem in Reading a file (C Language)

    Never mind, the problem is solved. Actually, there was a mistake in the code and i was opening the file in Text mode rather than binary mode. Opening the file in binray mode works fine.
  3. A

    Weird problem in Reading a file (C Language)

    Hi, I am stuck with a weird problem that i am not able to understand. I am trying to make a utility in C language that extracts a part of an MP3 file and writes it to an output file. What i am currently doing is that i open the input file using _open() in binary mode and read the file byte...
  4. A

    500 points for naming a new PIC Microcontroller book

    "PIC for You" Even you can program in PIC
  5. A

    Help Needed on Turbo Codes

    Thanx a lot ! i needed it about a year ago. Now there is no need of it. But thanx anyways ...
  6. A

    How to convert C++ to C code?

    C++ to C conversion You cannot directly convert it into C. You will have to do a little workaround. Convert classes into structures. And accordingly modify functions.
  7. A

    Looking for materials to learn Linux

    wanna learn linux yes. live cd runs directly from CD-ROM. It doesn't need to be installed
  8. A

    HOW TO CONNECT MATLAB TO HARDWARE

    MATLAB has built in functions for Serial Port. Go to MATLAB help and see the exact syntax of these functions.
  9. A

    Non-Buffered I/O in unix

    Hi, I am trying to read directly from a device which is connected through usb. I use system calls open() and then read(). This reads the data, but it is cached by the driver. How can i read the data uncached ? OS: Unix/Linux Thanx in advance
  10. A

    MP3 player sample circuit needed

    I don't think it is that easy to build a handmade mp3 player. For playing mp3, you need it's decoder which is a quite complex. however, what you can do is that you can implement the mp3 decoding algorithm on DSP kit.
  11. A

    How to convert a matlab file into an exe file?

    mfile to exe command for MATLAB compiler is "mcc" I don't remember the exact syntax, but you can check it from the net or help.
  12. A

    how to protect pendrive

    Anti Virus softwares are the solution. Pendrives don't have any in built mechanisms for that. But recently some drives come with pre-installed anti-virus or encryption softwares. May be they can be called in-built mechanism.
  13. A

    are file shareing programs illegal?

    i agree, there are many places in this world where you can get arrested for no reason :) when i mentioned laws of a country i meant the piracy laws in general. I know you can't be arrested for using a file sharing program.
  14. A

    are file shareing programs illegal?

    That depends on the laws of your country.
  15. A

    C/C++ for developing a multi threaded program that simulates a control system

    Re: C help I guess you will have to take input as string. Then parse the string and then use values as speed and line no. For example: from 1W separate '1' and 'W'. Then see which line is it and what speed. You will also have to perform validity checks on it first.

Part and Inventory Search

Back
Top