Where can I find the C version of MATLAB functions like filter, interp, filtfilt ?
4 次查看(过去 30 天)
显示 更早的评论
I am working on ECG signal QRS detection in MSP430F5438A. I am implementing the Pan- Tomkins algorithm. Here I found a MATLAB version of it as well: https://www.mathworks.com/matlabcentral/fileexchange/45840-complete-pan-tompkins-implementation-ecg-qrs-detector. I need to implement the algorithm in my embedded system. So, C version of the functions used here will be helpful for me to proceed. It would be great if anyone can help me with that.
Thanks.
3 个评论
Walter Roberson
2018-4-4
Note: you can be a bit more efficient if you use a binary search to find the correct segment.
回答(2 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!