matlab noverlap 参数含义,matlab [B,F.T] = SPECGRAM(A,NFFT,Fs,WINDOW,NOVERLAP)我想知道这个B到...

MATLAB中的SPECGRAM函数用于计算信号的短时傅里叶变换(STFT),生成谱图。参数NOVERLAP定义了信号段之间的重叠样本数,默认值为窗口长度的一半。B矩阵包含了各段信号经过窗函数处理并进行FFT后的结果,与直接使用fft函数不同,SPECGRAM考虑了信号的时间局部性和重叠部分的影响。
摘要由CSDN通过智能技术生成

问题描述:

matlab

[B,F.T] = SPECGRAM(A,NFFT,Fs,WINDOW,NOVERLAP)

我想知道这个B到底是代表什么

直接输SPECGRAM(A,NFFT,Fs,WINDOW,NOVERLAP)是输出语谱图,

下面是help 的结果 ,无奈英语看不懂

SPECGRAM Spectrogram using a Short-Time Fourier Transform (STFT).

B = SPECGRAM(A) calculates the spectrogram for the signal in vector A.

SPECGRAM divides the signal into overlapping segments,windows each

segment and forms the columns of B with their discrete Fourier

transforms.

B = SPECGRAM(A,NFFT,Fs) specifies the number of FFT points used to

calculate the discrete Fourier transforms.If NFFT = [] or is not

specified the default NFFT = minimum of 256 and the length of A.Fs is

the sampling frequency which does not effect the spectrogram but is

used for scaling plots.If Fs=[] or is not specified it defaults to 2

Hz.

B = SPECGRAM(A

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值