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 guang4243

  1. G

    Where to find Debye Contants for any material

    Hello, can i know where can i refer the debye parameter for any kind of material. Material for example: metal, iron, water, soil, wood, etc. I need it for my simulation. Thank you.
  2. G

    Adding Gaussian Noise to Signal In C++

    Thanks for the info. Now i have another problem when i want to get noisy data. To build noisy data, I aldy added Random Noise with uniform distribution into the E-field data (this is clean data). But i have problem on how to calculate the SNR between the noisy data and the clean data. Can i...
  3. G

    Adding Gaussian Noise to Signal In C++

    Unlike in the Matlab, user can use randn or awgn to adding the white noise to signal. Now I want to add white noise to signal by using C++. I only know that in C++ only have the rand() function. So, can I know how to use C++ to add white noise as how the Matlab are? Any reference so that I can...
  4. G

    Play piano with fruits

    Great, this project is really good. i hope i also can try it.
  5. G

    [SOLVED] C++ Problem - about endl & \n

    Thank for your advice , i will try it^^
  6. G

    [SOLVED] C++ Problem - about endl & \n

    Hello, i now learning to write C++ code in linux platform but some how i face some problem: Here is my coding: #include<iostream> #include<fstream> using namespce std; int main() { ofstream Hello_test; Hello_test.open("Hello.txt"); Hello_test<<"Test...\nTest..."<<endl; Hello_test<<"Hello...
  7. G

    Fedora cluster setup

    Thanks for info. can i know where can i find more info to build Beowulf cluster.
  8. G

    Fedora cluster setup

    Hello, can i know where can find information on how to setup fedora cluster. I need it to simulation scientific simulation (parallel computing). Thanks.
  9. G

    Help : intel fortran compiler integration for VS2010

    Now i am using Visual Studio 2010 software. The problem is can i know where to find the intel fortran compiler integration for visual studio 2010. I need to use this integration for my project. Hope can get reply soon. Thank you.

Part and Inventory Search

Back
Top