hl0726 发表于 2006-9-18 01:00

关于倒谱的问题

哪位有关于实际信号的倒谱分析程序啊,想参考一下,想跟大家交流一下
qq:40455202

[ 本帖最后由 hl0726 于 2006-9-18 01:02 编辑 ]

songzy41 发表于 2006-9-18 12:33

在MATLAB中有函数:
cceps计算复倒谱
rceps计算实倒谱
要进行倒谱分析可利用这两函数进行分析。

hl0726 发表于 2006-9-18 14:08

原帖由 songzy41 于 2006-9-18 12:33 发表
在MATLAB中有函数:
cceps计算复倒谱
rceps计算实倒谱
要进行倒谱分析可利用这两函数进行分析。

谢谢songzy41,我再想问问matlab中有没有倒双谱的程序啊??

songzy41 发表于 2006-9-18 16:30

对于“倒双谱”并不熟悉,在网上查了一下,原是倒谱的一种,在IEEE的一篇文章中有介绍:
“Comparison of cepstrum based methods for radial blind deconvolutionof ultrasound images” Computer-Based Medical Systems, 1996., Proceedings Ninth IEEE Symposium on
在摘要中说了有七种倒谱:
Compares the performance of seven different cepstrum based methods for radial blind deconvolution of medical ultrasound images. The first is the generalized cepstrum method and the second is the spectral root cepstrum method. All the last five methods calculate the complex cepstrum, but different computational techniques are employed to reduce or eliminate aliasing, phase unwrapping or effects of noise. The third method simply computes the real cepstrum. The fourth method computes the complex cepstrum using phase unwrapping, the fifth substitutes differentiation for phase unwrapping, the sixth uses polynomial rooting in the spatial domain, and the seventh computes the complex cepstrum from the bispectrum.
在MATLAB提供的信号处理工具箱中只有我上贴中提到的两种倒谱计算方法。
页: [1]
查看完整版本: 关于倒谱的问题