What is the maximum Sampling rate of ADC in Tms320F28377s when simulink model is deployed in it?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Manish Tathode
el 18 de Mzo. de 2017
Comentada: Manish Tathode
el 19 de Mzo. de 2017
Hello, I am using Matlab simulink With LaunchPad TMS320f28377S. I wan to use ADC and want to take 32 samples per cycle i.e sampling frequency 1600Hz. Will The ADC work properly at such high sampling frequencies?
Respuesta aceptada
Hildo
el 18 de Mzo. de 2017
The most important, you have to read this information in the DSP datasheet. The Simulink only generate the C-code that is compiled by CCS/Eclipse. In an quick calculation, 32 samples in an 1600Hz results in 51.2kS/s. I already use this order of frequency in these DSP family, but you have to be concerned with you execution algorithm time.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!