确定信号频率 [英] Determine signal frequency

查看:75
本文介绍了确定信号频率的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试确定Matlab中作为矢量给出的信号的频率.
知道怎么做吗?

I am trying to determine the frequency of a signal given as a vector in Matlab.
Any idea how to do it ?

推荐答案

在Matlab中使用fft()函数.

use fft() function in Matlab.

其中包含相位和幅度,要获取幅度,您只能使用abs(fft(..))

This contains both the phase and amplitude, to get the amplitude only you can use abs(fft(..))

这篇关于确定信号频率的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆