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 zeeshanzia84

  1. Z

    Converting RAW AVI files to compressed format

    raw avi to compressed avi Hi, I have some RAW AVI videos (huge sizes) in the range of 500 MB-3 GB for just a few minutes of video. I need to convert these to a compressed AVI format. Can some please point me to some converter for doing this? Thanks a lot in advance.
  2. Z

    Integration's 802.15.4/ZigBee Dongle Developers Kit HELP

    integration zigbee dongle Hi all, Has anybody used this kit? I need to simply transmit and receive a simple packet to and from Crossbow's iMote2.NET motes. So, I am looking for some tutorial or sample code for this. Thanks a lot in advance.
  3. Z

    TinyOS, Micaz motes...WSN related question.

    Well the following has a camera chip interface, and a DSP processor. **broken link removed**
  4. Z

    Checking for a point inside a region of a spherical surface

    Re: Checking for a point inside a region of a spherical surf I needed a mathematical procedure to do this, so I could implement this in C++. I know how to do it now. Here's how: Calculate three planes. Each one is defined by three points: 2 of your "spherical triangle" points and the center...
  5. Z

    Checking for a point inside a region of a spherical surface

    Hi everybody, I am working on a 3D Morphing algorithm. I have a point X on lying on a unit sphere in the spherical coordinate system. I have three other points A,B, and C which are also on the unit sphere. I need to find out whether X lies on the spherical surface enclosed by A,B, and C or...
  6. Z

    reg: square wave to sine wave converter

    use a low pass filter the sharper edges of the square wave are due to the higher frequency components...so as you remove them, you get a smoother and smoother waveform.
  7. Z

    Numerical Method for calculating Eigenvector?

    No actually I am trying to implement this in C++.
  8. Z

    Numerical Method for calculating Eigenvector?

    Hi, I have a 4x4 matrix. I want to find the eigenvector corresponding to the highest eigenvalue for this matrix. Can somebody point me to a straightforward numerical method for doing this? Thanks a lot in advance.
  9. Z

    learn image processing

    Actually for Robotics you will be needing concepts relating to Computer Vision, while the Gonzalez book mentioned above is inclined towards Image Enhancement, Image Compression, and gives very little mention of Object Recognition or Vision related applications. I would recommend picking up...
  10. Z

    What kind of Mathmatics and Physics do i need to learn DSP?

    Re: What kind of Mathmatics and Physics do i need to learn D For advanced stuff, like Array Signal Processing...you will need Linear Algebra. Best Way to Learn: Watch Gilbert Strang's video lectures on MIT OpenCourseWare, and pick up his book.... similarly you could just watch the Signals &...
  11. Z

    Accurate values of some Geodetic Earth Constants??

    Hi, I am in urgent need of the following constants (accurate upto the 15th decimal place): 1. semi-major earth axis (ellipsoid equatorial radius), a 2. eccentricity of earth, e Thanks a whole lot in advance.
  12. Z

    Converting Longitude/Latitude/Altitude to Cartesian Coords

    Re: Converting Longitude/Latitude/Altitude to Cartesian Coor Hi, Thanks for the reply. Can you please tell me the numerical values of these constants? I tried to google them, but in vain. I will be very thankful if these values could be accurate a large number of decimal points say 15...
  13. Z

    Converting Longitude/Latitude/Altitude to Cartesian Coords

    Hi, I want to convert Longitude/Latitude/Altitude coordinates of a point to x,y,z coordinates. Actually, I have some 3D models in Google Earth's .KMZ format; all vertices stored in GE format are in Longitude/Lat./Alt. coordinate system, and I want them in cartesian coordinates. Thanks a lot...
  14. Z

    Reading Google Sketchup (.skp) or Google Earth (.kmz)

    skp to kmz Hi, I want to write a simple c++ application the reads sketchup (skp) or google earth file (kmz) and get out of them the mesh information. Can anybody please provide me with some relevant articles? Is there any C++ library that can perform this function? Thanks a lot in advance.
  15. Z

    Multi-input XOR Gate - principle?

    cascading xor gate No actually it does exist. I remember having studied it in my LOGIC DESIGN AND SWITCHING THEÒRY lectures! It either give a HIGH when the no. of highs at the inputs is even or (and this is where I am confused) when the no. of lows at the input is even.

Part and Inventory Search

Back
Top