-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADC bit width and sample rate #2
Comments
|
Read carefully my friend. Did I written BIT-RATE or bandwidth? |
Since the bitrate is 105khz, how can the signal bandwidth be only 14khz? |
Bandwidth and bit rate is two store my friend. You can try to calculate or find explanation online. https://www.andrew.cmu.edu/course/14-760-s20/applications/ln/14760-l19.pdf |
After checking, it seems that the bandwidth of NFC is indeed 14kHz. So could you provide more detail of your idea - how to decode NFC ISO14443A signals with ADC less than 200ksps? If this idea is feasible, it may be a good way to reduce costs. |
Interesting~ You had correct me on wrong bandwidth on RF then you request me to provide more detail, while you then changed the BW is correct. BTW I appreciate you had answered my 2nd question close this issue and thank you for your time. |
Hi,
After reviewing a bit the HW schematic, there are couple of questions come to my mind.
NFC usually only require bandwidth of 14kHz so if we filter and demodulate the incoming signal after the narrow band filter. The ADC Nyquist bandwidth should only require less than 100kHz?
As this example is using 3MSPS then this also raise a question that the incoming signal is filtered via CIC / IIR / FIR? As we just need a delta in ASK?
I am not sure these questions are incorrect or hard but I guess this could help other developers.
Bests,
Brian
ENJOY~
The text was updated successfully, but these errors were encountered: