Deducing hilbert filter specifications
显示 更早的评论
In our embedded c application, we have a hilbert filter without known specification probably based on fdesign class. We are only aware of filter coefficients which are further used in convolution to get real and imaginary information of signal.
Some references from matlab scripts use hilbert function ( https://in.mathworks.com/help/signal/ref/hilbert.html ) mentioned here.
However, I am unable to find the specs for filter used in C code. I assume that works as hilbert.
I'm new to matlab hence, unable to figure this out on my own.
Here are few questions I have :
- Does hilbert function use some kind of filtering mechanism with some default filter specs.??
- Is there any way with which I can deduce filter specs from coefficients in C code which will tell me what kind of filter is used?
Thanks in advance.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Hilbert and Walsh-Hadamard Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!