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 nakul8873

  1. N

    NXP 89V51RD2 Serial programming issues

    I am using flash magic to program my controller and is was working fine with me until I programmed the controller with #include<reg51.h> void main() { TMOD = 0x20; TH1= 0xFD; SCON = 0x50; TR1 = 1; while(1) { SBUF = 'A' ; while(TI==0); TI = 0...
  2. N

    Wide band 60 Hz noise with random amplitude

    Thanks for your reply. Basically I want a noise signal which is centered at 60 hz. I have generated a white noise using "randn" function now I want to implement a band pass filter centered at 60 hz, I don't know how to implement it in "octave". Thank you.
  3. N

    Wide band 60 Hz noise with random amplitude

    I have to generate wideband noise of 60 hz with random amplitude. I have to implement this in C#. I dont have any idea about wideband noise, so any relevant material would be a help.
  4. N

    Compiler mikroC Pro issues

    I am using mikroC Pro for 89c2051. Issue is that it give me an error "demo limit" as i exceed 2kb. lenght of my code is around 3kb, can any one recommend me a better compiler that will allow me to compile a 3kb code.
  5. N

    Interfacing 89C2051 with an unknown controller

    Hey thnks for responding but I got it working...... i think the problem was with programmer or compiler.....
  6. N

    Interfacing 89C2051 with an unknown controller

    1. Using serial mode of Communication. 2. Unknown controller has a fixed protocol when I send a set of specified characters from 89C2051 to this controller it should respond by sending a fixed set of data and it is failing to do so. 3. I am using C language to program 89c2051 an I am sure the...

Part and Inventory Search

Back
Top