why is it showing "modulator output is having a non-discrete sampling time"?
1 次查看(过去 30 天)
显示 更早的评论
When the output from an analog to digital converter is fed to a CIC filter , it shows that the signal at the output port of the decimator is a variable-size signal with non-discrete sample time. The sample time for any variable size signal must be discrete.
0 个评论
回答(1 个)
Samhitha
2025-2-28
Ensure the decimation factor is correctly configured in CIC filter setup. The decimation factor should be an integer, as it dictates how much the input sample rate is reduced. This factor has a direct impact on the sample time of the output signal. If the decimation factor is not an integer, it can cause inconsistencies in the output sample time, potentially leading to a variable-size signal. By ensuring that the decimation factor is correctly set, you can maintain a consistent and discrete sample time.
For more details, look into the following documentation:
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!