Author |
Message |
Topic: 18F2550 ADC Sampling Rate |
hops-cc
Replies: 20
Views: 35415
|
Forum: General CCS C Discussion Posted: Thu Mar 15, 2012 9:40 am Subject: 18F2550 ADC Sampling Rate |
Thanks to everypost. You guys really helped me out. I've just seen all the replies. I will try all of them and write a feedback here. Thanks. |
Topic: 18F2550 ADC Sampling Rate |
hops-cc
Replies: 20
Views: 35415
|
Forum: General CCS C Discussion Posted: Wed Mar 14, 2012 3:58 pm Subject: 18F2550 ADC Sampling Rate |
Hi Everyone;
Now i take 64 samples at each time and send them to matlab. I write a delay (delay_ms(2)) in order to obtain a sampling frequency of 500Hz = 1/2ms. (I Know, This calculation is theoric ... |
Topic: 18F2550 ADC Sampling Rate |
hops-cc
Replies: 20
Views: 35415
|
Forum: General CCS C Discussion Posted: Sat Mar 10, 2012 5:34 pm Subject: 18F2550 ADC Sampling Rate |
Create a 2ms interrupt. Use that to control the ADC timing. That way you'll not miss any data. The ADC could continue whilst sending data out.
A problem I see with 1000 samples is you're close to r ... |
Topic: 18F2550 ADC Sampling Rate |
hops-cc
Replies: 20
Views: 35415
|
Forum: General CCS C Discussion Posted: Sat Mar 10, 2012 4:18 pm Subject: 18F2550 ADC Sampling Rate |
Hi everyone,
Thanks for all the advice. This project is my final project in my engineering faculty so I have to complete this task with USB and use MATLAB for signal processing. I will write a MATL ... |
Topic: 18F2550 ADC Sampling Rate |
hops-cc
Replies: 20
Views: 35415
|
Forum: General CCS C Discussion Posted: Fri Mar 09, 2012 8:52 am Subject: 18F2550 ADC Sampling Rate |
Hi guys,
I know ECG signal magnitude is about milivolts. But i use amplifier, gain controller and DC adder to adjust it between 0-5 V. I have no problem with hardware and i already took samples of ... |
Topic: 18F2550 ADC Sampling Rate |
hops-cc
Replies: 20
Views: 35415
|
Forum: General CCS C Discussion Posted: Tue Mar 06, 2012 7:50 am Subject: 18F2550 ADC Sampling Rate |
Hi everyone,
I'm new here. I made an ADC circuit with 18F2550. I need to take samples from an ECG signal. Maksimum frequency of ECG signal is about 45 Hz. My pic doesn't take sample fastly so i lo ... |
|