亦浪亦漫 发表于 2007-12-26 10:25

morlet在matlab中的调用

morlet在matlab中可以有morl命令调用,但是,如何调用的?用作一维的数据分析?
希望有牛人给出一个例子,谢谢!!
比方说db小波=wavedec(x,3,'db4')
相对应的morlet呢?

[ 本帖最后由 亦浪亦漫 于 2007-12-26 10:36 编辑 ]

fudy10 发表于 2007-12-26 10:51

回复 #1 亦浪亦漫 的帖子

比如这样:
=cwt(x,3,'morel')

亦浪亦漫 发表于 2007-12-26 10:59

比如这样:
=cwt(x,3,'morel')
matlab提示:
Error using ==> cwt
Too many output arguments.

eight 发表于 2007-12-26 11:22

本帖最后由 wdhd 于 2016-9-8 14:43 编辑

原帖由 亦浪亦漫 于 2007-12-26 10:59 发表
比如这样:
=cwt(x,3,'morel')
matlab提示:
Error using ==> cwt
Too many output arguments.
请help cwt

fudy10 发表于 2007-12-26 11:23

回复 #3 亦浪亦漫 的帖子

不好意思哈
c=cwt(x,3,'morl')
可以查看help cwt或者 help wavedec
页: [1]
查看完整版本: morlet在matlab中的调用