shalujin 发表于 2010-11-15 16:48

求助!!Fluent里FFT变换出现Warning提示

Fluent里FFT变换出现Warning提示:
Warning: Read_Signal: FFT can handle a constant sampling interval only!
Jump in sampling interval at sample number 5 is more than 1 percent!
不知道这个怎么消除,对结果有什么影响?请高手指教!

jimee_lzj 发表于 2010-11-16 16:46

这个是因为你的signal文件保存时采样时间间隔不一致导致的,你可以用记事本打开计算过程中保存的signal文件,其中第一列为时间,第二列为采样位置压力等参数,因此你把第一列按照一致的采样时间间隔替换,再保存signal文件,此时做FFT就不会出现waring了。

shalujin 发表于 2010-11-18 10:34

回复 2 # jimee_lzj 的帖子

请问这个warning是否对结果有影响呢,就是说用这个提示warning的计算结果是否是可以的?

shalujin 发表于 2010-11-18 10:47

回复 2 # jimee_lzj 的帖子

还有再请教一下,我计算时的时间步长是固定步长的,为什么会出现计算过程中保存signal的时间间隔不一致呢?

jimee_lzj 发表于 2010-11-18 18:27

我认为这个warning对结果影响不大,做FFT变化必须要保证时间间隔一致,因此程序应该会自动调整过来。至于为什么固定的步长保存了不一致时间间隔的声压信号,可能是程序精度问题,比如1s可能保存为0.999999s,我也没有找到如何控制的办法。

Heidiadalheid 发表于 2010-11-25 10:58

转一段问答,希望对你有帮助

I found this error
Warning :Read_Signal: FFT can handle a costant sampling interval only! Jump in sampling interval at number 30 is more than 1 percen ! what does it mean ??? it means that your interval is very small. try increasing it, then u probably get your plot right. You mean Data sampling for time statistics ( sampling interval)or where ?? i mean when u go to axes, then u can select the interval of plotting. i had the same problem, and when i increased this interval of ploting(the range), it worked.


页: [1]
查看完整版本: 求助!!Fluent里FFT变换出现Warning提示