You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
zhaohe d40309cde4 update 2 years ago
.vscode update 2 years ago
app v1.0 2 years ago
dep update 2 years ago
src update 2 years ago
testtools/motortesttools update 2 years ago
.clang-format 初始化工程 2 years ago
.gitignore update 2 years ago
.gitmodules 初始化工程 2 years ago
ADA4940.pdf updatre 2 years ago
README.md update 2 years ago
民航原理图.pdf updatre 2 years ago
民航版位图.pdf updatre 2 years ago

README.md

    V1.0
        ADCSampleRate 24k
        ADCbit        24bit
        SPIRate       2M
ADC采样问题:

    1. ADC芯片和MCU之间总线速率无法大于2M, 否则ADC芯片初始时,会报CRC错误
    2. 采样率大于24k时,采集到的数据会出现错误,原因未知
    3. 单片机采集到语音偶尔会出现噪声(输入源是信号发生器),原因未知