Hi guys, I need to compute the FFT of my adc input signal when no signal is present to see if I have white noise or a specific frequency gives me some emi. I...
Dear all, I am now using R3000, with 512KB FLASH and 512K SRAM. Then I want to test PPP, so I open and compile the Modem_Test.c in Samples/PPP directory to...
... I think you mean 0-20 Hz, at 50Hz sample rate the highest frequency will be 25 hz. ... Each sample is sample rate/length. So fo 50 hz sample rate and 2048 ...
Hi Massimo, There's a BIG limitation in what you want to achieve! If your ADC has a 50Hz sample rate, you won't be able to get more than 25 Hz of Bandwidth. ...
Thanks, now I understood realtionship between fft points and frequency. My original idea was to don't use the same adc to make the fft analisys but a different...
Thanks, now I understood realtionship between fft points and frequency. My original idea was to don't use the same adc to make the fft analisys but a different...
Hi all Will PPP and TCP/IP work at the same time?? Bye vijay Kumar.B __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per...
Ok thanks for all the useful info but this still is not working I have disabled LCP extensions, Dial-back etc & any compression The Debug output now says that...
Dear Mr Darren Am using PPP with modem (serial Port) and also ethernet TCP/IP. We will be able to use both at a time or it will creating any conflict. Does...
... TCP does not care if there is no physical connection, provided that it does not actually need to send or acknowledge any data. This is good. Things will...
Your main problem seems to stem from confusion between sock_alive() and interface status. They actually have very little to do with each other. sock_alive()...
... No doubt you simply have the wrong compiler settings. All of the samples will fit in less than 256k, so you certainly have enough space. What board type...
Perhaps go buy a copy of XP? Probably sunk more than that into this by now... ... From: an1j21 [mailto:dee@...] Sent: Tuesday, July 01, 2003 3:20 AM...
You are assumptions are all correct. Following the state machine pattern in program multi_echo.c I came up with the following, with SOCKET_CLOSED being the...
It looks like you removed the dial-back option succeesfully. In your debug trace I see that the Rabbit is satisfied woth the options requested by Win2k. It...
I should have tried out the code below belore I wrote my last post. In testing it out, I find that after I execute sock_init(), that sock_alive() never returns...
Robert, Thank you for the reply. I understand what you were saying about using assembly and hard coding the function locations... This is similar to how I...
Ports E and F have a 4 byte FIFO for both rx and tx. I'm using those ports in HDLC mode. I'm trying to figure out when I can start another transmission...
Dear sir: Thank you for your reply! The board is made by myself, it has 512KB SRAM, 512KBFLASH, the main clock input is 11.0592MHZ. I found that when I...
Hello, Looks like you need to check your user block in flash and write correct board ID if it is invalid. There was a lot of discussions about this before, so...
I tried to implement your requirements using Dynamic C and almost got it working :-) I'll share my experiences, if you want the (non working) code, I'll post...
When experimenting with the calibration funtions (see my previous post), I noticed that the following code crashes Dynamic C 7.32 when trying to compile it: ...
Hello, I am looking help for make working the multiweb.c exemple finded in samples I work with DC733P3 and I try have a web server running with LAN and PPP....
While I won't be able to help you directly here is some advice... I noticed that many people test PPP by dialing into their ISP. So many things can go wrong...