nmrDataMod.py 文件源码

python
阅读 33 收藏 0 点赞 0 评论 0

项目:pyNMR 作者: bennomeier 项目源码 文件源码
def lineBroadening(self, fromPos, toPos, LB):
        """Applies line broadening of given widh (in Hz) to the FID. Resulting spectrum
        (after fft is called) will be convolution of the original spectrum (fromPos)
        and Lorentzian with full-width-at-half-maximum equal to LB"""
        self.checkToPos(toPos)
        self.allFid[toPos] = sp.multiply(self.allFid[fromPos][:], sp.exp(-self.fidTime*LB*np.pi))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号