信号转换函数
提供转换和阈值运算的函数。
信号转换
转换
库中可用的转换运算集
转换
用于转换信号的样本数据类型的例程。
-
NppStatus nppsConvert_8s16s_Ctx(const Npp8s *pSrc, Npp16s *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
8 位有符号字节到 16 位有符号短整型转换
-
NppStatus nppsConvert_8s16s(const Npp8s *pSrc, Npp16s *pDst, size_t nLength)
-
8 位有符号字节到 16 位有符号短整型转换
- 参数
- 返回值
-
NppStatus nppsConvert_8s32f_Ctx(const Npp8s *pSrc, Npp32f *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
8 位有符号字节到 32 位浮点数转换
-
NppStatus nppsConvert_8s32f(const Npp8s *pSrc, Npp32f *pDst, size_t nLength)
-
8 位有符号字节到 32 位浮点数转换
- 参数
- 返回值
-
NppStatus nppsConvert_8u32f_Ctx(const Npp8u *pSrc, Npp32f *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
8 位无符号字节到 32 位浮点数转换
-
NppStatus nppsConvert_8u32f(const Npp8u *pSrc, Npp32f *pDst, size_t nLength)
-
8 位无符号字节到 32 位浮点数转换
- 参数
- 返回值
-
NppStatus nppsConvert_16s8s_Sfs_Ctx(const Npp16s *pSrc, Npp8s *pDst, Npp32u nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
-
16 位有符号短整型到 8 位有符号字节转换
-
NppStatus nppsConvert_16s8s_Sfs(const Npp16s *pSrc, Npp8s *pDst, Npp32u nLength, NppRoundMode eRoundMode, int nScaleFactor)
-
16 位有符号短整型到 8 位有符号字节转换
-
NppStatus nppsConvert_16s32s_Ctx(const Npp16s *pSrc, Npp32s *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
16 位有符号短整型到 32 位有符号整型转换
-
NppStatus nppsConvert_16s32s(const Npp16s *pSrc, Npp32s *pDst, size_t nLength)
-
16 位有符号短整型到 32 位有符号整型转换
- 参数
- 返回值
-
NppStatus nppsConvert_16s32f_Ctx(const Npp16s *pSrc, Npp32f *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
16 位有符号短整型到 32 位浮点数转换
-
NppStatus nppsConvert_16s32f(const Npp16s *pSrc, Npp32f *pDst, size_t nLength)
-
16 位有符号短整型到 32 位浮点数转换
- 参数
- 返回值
-
NppStatus nppsConvert_16u32f_Ctx(const Npp16u *pSrc, Npp32f *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
16 位无符号短整型到 32 位浮点数转换
-
NppStatus nppsConvert_16u32f(const Npp16u *pSrc, Npp32f *pDst, size_t nLength)
-
16 位无符号短整型到 32 位浮点数转换
- 参数
- 返回值
-
NppStatus nppsConvert_32s16s_Ctx(const Npp32s *pSrc, Npp16s *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
32 位有符号整型到 16 位有符号短整型转换
-
NppStatus nppsConvert_32s16s(const Npp32s *pSrc, Npp16s *pDst, size_t nLength)
-
32 位有符号整型到 16 位有符号短整型转换
- 参数
- 返回值
-
NppStatus nppsConvert_32s32f_Ctx(const Npp32s *pSrc, Npp32f *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
32 位有符号整型到 32 位浮点数转换
-
NppStatus nppsConvert_32s32f(const Npp32s *pSrc, Npp32f *pDst, size_t nLength)
-
32 位有符号整型到 32 位浮点数转换
- 参数
- 返回值
-
NppStatus nppsConvert_32s64f_Ctx(const Npp32s *pSrc, Npp64f *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
32 位有符号整型到 64 位浮点数转换
-
NppStatus nppsConvert_32s64f(const Npp32s *pSrc, Npp64f *pDst, size_t nLength)
-
32 位有符号整型到 64 位浮点数转换
- 参数
- 返回值
-
NppStatus nppsConvert_32f64f_Ctx(const Npp32f *pSrc, Npp64f *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
32 位浮点数到 64 位浮点数转换
-
NppStatus nppsConvert_32f64f(const Npp32f *pSrc, Npp64f *pDst, size_t nLength)
-
32 位浮点数到 64 位浮点数转换
- 参数
- 返回值
-
NppStatus nppsConvert_64s64f_Ctx(const Npp64s *pSrc, Npp64f *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
64 位有符号整型到 64 位浮点数转换
-
NppStatus nppsConvert_64s64f(const Npp64s *pSrc, Npp64f *pDst, size_t nLength)
-
64 位有符号整型到 64 位浮点数转换
- 参数
- 返回值
-
NppStatus nppsConvert_64f32f_Ctx(const Npp64f *pSrc, Npp32f *pDst, size_t nLength, NppStreamContext nppStreamCtx)
-
64 位浮点数到 32 位浮点数转换
-
NppStatus nppsConvert_64f32f(const Npp64f *pSrc, Npp32f *pDst, size_t nLength)
-
64 位浮点数到 32 位浮点数转换
- 参数
- 返回值
-
NppStatus nppsConvert_16s32f_Sfs_Ctx(const Npp16s *pSrc, Npp32f *pDst, size_t nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
-
带有缩放的 16 位有符号短整型到 32 位浮点数转换
-
NppStatus nppsConvert_16s32f_Sfs(const Npp16s *pSrc, Npp32f *pDst, size_t nLength, int nScaleFactor)
-
带有缩放的 16 位有符号短整型到 32 位浮点数转换
-
NppStatus nppsConvert_16s64f_Sfs_Ctx(const Npp16s *pSrc, Npp64f *pDst, size_t nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
-
16位有符号短整型到64位浮点数转换,带缩放
-
NppStatus nppsConvert_16s64f_Sfs(const Npp16s *pSrc, Npp64f *pDst, size_t nLength, int nScaleFactor)
-
16位有符号短整型到64位浮点数转换,带缩放
-
NppStatus nppsConvert_32s16s_Sfs_Ctx(const Npp32s *pSrc, Npp16s *pDst, size_t nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
-
32位有符号整型到16位有符号短整型转换,带缩放
-
NppStatus nppsConvert_32s16s_Sfs(const Npp32s *pSrc, Npp16s *pDst, size_t nLength, int nScaleFactor)
-
32位有符号整型到16位有符号短整型转换,带缩放
-
NppStatus nppsConvert_32s32f_Sfs_Ctx(const Npp32s *pSrc, Npp32f *pDst, size_t nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
-
32位有符号整型到32位浮点数转换,带缩放
-
NppStatus nppsConvert_32s32f_Sfs(const Npp32s *pSrc, Npp32f *pDst, size_t nLength, int nScaleFactor)
-
32位有符号整型到32位浮点数转换,带缩放
-
NppStatus nppsConvert_32s64f_Sfs_Ctx(const Npp32s *pSrc, Npp64f *pDst, size_t nLength, int nScaleFactor, NppStreamContext nppStreamCtx)
-
32位有符号整型到64位浮点数转换,带缩放
-
NppStatus nppsConvert_32s64f_Sfs(const Npp32s *pSrc, Npp64f *pDst, size_t nLength, int nScaleFactor)
-
32位有符号整型到64位浮点数转换,带缩放
-
NppStatus nppsConvert_32f8s_Sfs_Ctx(const Npp32f *pSrc, Npp8s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
-
32位浮点数到8位有符号字节转换,带缩放
-
NppStatus nppsConvert_32f8s_Sfs(const Npp32f *pSrc, Npp8s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor)
-
32位浮点数到8位有符号字节转换,带缩放
-
NppStatus nppsConvert_32f8u_Sfs_Ctx(const Npp32f *pSrc, Npp8u *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
-
32位浮点数到8位无符号字节转换,带缩放
-
NppStatus nppsConvert_32f8u_Sfs(const Npp32f *pSrc, Npp8u *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor)
-
32位浮点数到8位无符号字节转换,带缩放
-
NppStatus nppsConvert_32f16s_Sfs_Ctx(const Npp32f *pSrc, Npp16s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
-
32位浮点数到16位有符号短整型转换,带缩放
-
NppStatus nppsConvert_32f16s_Sfs(const Npp32f *pSrc, Npp16s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor)
-
32位浮点数到16位有符号短整型转换,带缩放
-
NppStatus nppsConvert_32f16u_Sfs_Ctx(const Npp32f *pSrc, Npp16u *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
-
32位浮点数到16位无符号短整型转换,带缩放
-
NppStatus nppsConvert_32f16u_Sfs(const Npp32f *pSrc, Npp16u *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor)
-
32位浮点数到16位无符号短整型转换,带缩放
-
NppStatus nppsConvert_32f32s_Sfs_Ctx(const Npp32f *pSrc, Npp32s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
-
32位浮点数到32位有符号整型转换,带缩放
-
NppStatus nppsConvert_32f32s_Sfs(const Npp32f *pSrc, Npp32s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor)
-
32位浮点数到32位有符号整型转换,带缩放
-
NppStatus nppsConvert_64s32s_Sfs_Ctx(const Npp64s *pSrc, Npp32s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
-
64位有符号整型到32位有符号整型转换,带缩放
-
NppStatus nppsConvert_64s32s_Sfs(const Npp64s *pSrc, Npp32s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor)
-
64位有符号整型到32位有符号整型转换,带缩放
-
NppStatus nppsConvert_64f16s_Sfs_Ctx(const Npp64f *pSrc, Npp16s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
-
64位浮点数到16位有符号短整型转换,带缩放
-
NppStatus nppsConvert_64f16s_Sfs(const Npp64f *pSrc, Npp16s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor)
-
64位浮点数到16位有符号短整型转换,带缩放
-
NppStatus nppsConvert_64f32s_Sfs_Ctx(const Npp64f *pSrc, Npp32s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
-
64位浮点数到32位有符号整型转换,带缩放
-
NppStatus nppsConvert_64f32s_Sfs(const Npp64f *pSrc, Npp32s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor)
-
64位浮点数到32位有符号整型转换,带缩放
-
NppStatus nppsConvert_64f64s_Sfs_Ctx(const Npp64f *pSrc, Npp64s *pDst, size_t nLength, NppRoundMode eRoundMode, int nScaleFactor, NppStreamContext nppStreamCtx)
-
64位浮点数到64位有符号整型转换,带缩放
信号阈值
阈值
库中可用的阈值操作集合。
阈值函数
通过将信号样本值限制在指定的常数值内,对信号样本执行阈值操作。
-
NppStatus nppsThreshold_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, size_t nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 16 位有符号短信号阈值。
-
NppStatus nppsThreshold_16s(const Npp16s *pSrc, Npp16s *pDst, size_t nLength, Npp16s nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 16 位有符号短信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_16s_I_Ctx(Npp16s *pSrcDst, size_t nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 16 位就地有符号短信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_16s_I(Npp16s *pSrcDst, size_t nLength, Npp16s nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 16 位就地有符号短信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, size_t nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 16 位有符号短复数信号阈值。
-
NppStatus nppsThreshold_16sc(const Npp16sc *pSrc, Npp16sc *pDst, size_t nLength, Npp16s nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 16 位有符号短复数信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_16sc_I_Ctx(Npp16sc *pSrcDst, size_t nLength, Npp16s nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 16 位就地有符号短复数信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_16sc_I(Npp16sc *pSrcDst, size_t nLength, Npp16s nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 16 位就地有符号短复数信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, size_t nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 32 位浮点信号阈值。
-
NppStatus nppsThreshold_32f(const Npp32f *pSrc, Npp32f *pDst, size_t nLength, Npp32f nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 32 位浮点信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_32f_I_Ctx(Npp32f *pSrcDst, size_t nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 32 位就地浮点信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_32f_I(Npp32f *pSrcDst, size_t nLength, Npp32f nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 32 位就地浮点信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, size_t nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 32 位浮点复数信号阈值。
-
NppStatus nppsThreshold_32fc(const Npp32fc *pSrc, Npp32fc *pDst, size_t nLength, Npp32f nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 32 位浮点复数信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_32fc_I_Ctx(Npp32fc *pSrcDst, size_t nLength, Npp32f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 32 位就地浮点复数信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_32fc_I(Npp32fc *pSrcDst, size_t nLength, Npp32f nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 32 位就地浮点复数信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, size_t nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 64 位浮点信号阈值。
-
NppStatus nppsThreshold_64f(const Npp64f *pSrc, Npp64f *pDst, size_t nLength, Npp64f nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 64 位浮点信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_64f_I_Ctx(Npp64f *pSrcDst, size_t nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 64 位就地浮点信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_64f_I(Npp64f *pSrcDst, size_t nLength, Npp64f nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 64 位就地浮点信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, size_t nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 64 位浮点复数信号阈值。
-
NppStatus nppsThreshold_64fc(const Npp64fc *pSrc, Npp64fc *pDst, size_t nLength, Npp64f nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 64 位浮点复数信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_64fc_I_Ctx(Npp64fc *pSrcDst, size_t nLength, Npp64f nLevel, NppCmpOp nRelOp, NppStreamContext nppStreamCtx)
-
具有恒定电平的 64 位就地浮点复数信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_64fc_I(Npp64fc *pSrcDst, size_t nLength, Npp64f nLevel, NppCmpOp nRelOp)
-
具有恒定电平的 64 位就地浮点复数信号阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, size_t nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
-
具有恒定电平的 16 位有符号短信号 NPP_CMP_LESS 阈值。
-
NppStatus nppsThreshold_LT_16s(const Npp16s *pSrc, Npp16s *pDst, size_t nLength, Npp16s nLevel)
-
具有恒定电平的 16 位有符号短信号 NPP_CMP_LESS 阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_16s_I_Ctx(Npp16s *pSrcDst, size_t nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
-
具有恒定电平的 16 位就地有符号短信号 NPP_CMP_LESS 阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_16s_I(Npp16s *pSrcDst, size_t nLength, Npp16s nLevel)
-
具有恒定电平的 16 位就地有符号短信号 NPP_CMP_LESS 阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, size_t nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
-
16位有符号短复数信号 NPP_CMP_LESS 阈值,带常数水平。
-
NppStatus nppsThreshold_LT_16sc(const Npp16sc *pSrc, Npp16sc *pDst, size_t nLength, Npp16s nLevel)
-
16位有符号短复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_16sc_I_Ctx(Npp16sc *pSrcDst, size_t nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
-
16位原地有符号短复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_16sc_I(Npp16sc *pSrcDst, size_t nLength, Npp16s nLevel)
-
16位原地有符号短复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, size_t nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
-
32位浮点信号 NPP_CMP_LESS 阈值,带常数水平。
-
NppStatus nppsThreshold_LT_32f(const Npp32f *pSrc, Npp32f *pDst, size_t nLength, Npp32f nLevel)
-
32位浮点信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_32f_I_Ctx(Npp32f *pSrcDst, size_t nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
-
32位原地浮点信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_32f_I(Npp32f *pSrcDst, size_t nLength, Npp32f nLevel)
-
32位原地浮点信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, size_t nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
-
32位浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
-
NppStatus nppsThreshold_LT_32fc(const Npp32fc *pSrc, Npp32fc *pDst, size_t nLength, Npp32f nLevel)
-
32位浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_32fc_I_Ctx(Npp32fc *pSrcDst, size_t nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
-
32位原地浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_32fc_I(Npp32fc *pSrcDst, size_t nLength, Npp32f nLevel)
-
32位原地浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, size_t nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
-
64位浮点信号 NPP_CMP_LESS 阈值,带常数水平。
-
NppStatus nppsThreshold_LT_64f(const Npp64f *pSrc, Npp64f *pDst, size_t nLength, Npp64f nLevel)
-
64位浮点信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_64f_I_Ctx(Npp64f *pSrcDst, size_t nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
-
64位原地浮点信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_64f_I(Npp64f *pSrcDst, size_t nLength, Npp64f nLevel)
-
64位原地浮点信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, size_t nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
-
64位浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
-
NppStatus nppsThreshold_LT_64fc(const Npp64fc *pSrc, Npp64fc *pDst, size_t nLength, Npp64f nLevel)
-
64位浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_64fc_I_Ctx(Npp64fc *pSrcDst, size_t nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
-
64位原地浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LT_64fc_I(Npp64fc *pSrcDst, size_t nLength, Npp64f nLevel)
-
64位原地浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, size_t nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
-
16位有符号短信号 NPP_CMP_GREATER 阈值,带常数水平。
-
NppStatus nppsThreshold_GT_16s(const Npp16s *pSrc, Npp16s *pDst, size_t nLength, Npp16s nLevel)
-
16位有符号短信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_16s_I_Ctx(Npp16s *pSrcDst, size_t nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
-
16位原地有符号短信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_16s_I(Npp16s *pSrcDst, size_t nLength, Npp16s nLevel)
-
16位原地有符号短信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, size_t nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
-
16位有符号短复数信号 NPP_CMP_GREATER 阈值,带常数水平。
-
NppStatus nppsThreshold_GT_16sc(const Npp16sc *pSrc, Npp16sc *pDst, size_t nLength, Npp16s nLevel)
-
16位有符号短复数信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_16sc_I_Ctx(Npp16sc *pSrcDst, size_t nLength, Npp16s nLevel, NppStreamContext nppStreamCtx)
-
16位原地有符号短复数信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_16sc_I(Npp16sc *pSrcDst, size_t nLength, Npp16s nLevel)
-
16位原地有符号短复数信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, size_t nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
-
32位浮点信号 NPP_CMP_GREATER 阈值,带常数水平。
-
NppStatus nppsThreshold_GT_32f(const Npp32f *pSrc, Npp32f *pDst, size_t nLength, Npp32f nLevel)
-
32位浮点信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_32f_I_Ctx(Npp32f *pSrcDst, size_t nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
-
32 位原地浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_32f_I(Npp32f *pSrcDst, size_t nLength, Npp32f nLevel)
-
32 位原地浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, size_t nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
-
32 位浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
-
NppStatus nppsThreshold_GT_32fc(const Npp32fc *pSrc, Npp32fc *pDst, size_t nLength, Npp32f nLevel)
-
32 位浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_32fc_I_Ctx(Npp32fc *pSrcDst, size_t nLength, Npp32f nLevel, NppStreamContext nppStreamCtx)
-
32 位原地浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_32fc_I(Npp32fc *pSrcDst, size_t nLength, Npp32f nLevel)
-
32 位原地浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, size_t nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
-
64 位浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
-
NppStatus nppsThreshold_GT_64f(const Npp64f *pSrc, Npp64f *pDst, size_t nLength, Npp64f nLevel)
-
64 位浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_64f_I_Ctx(Npp64f *pSrcDst, size_t nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
-
64 位原地浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_64f_I(Npp64f *pSrcDst, size_t nLength, Npp64f nLevel)
-
64 位原地浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, size_t nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
-
64 位浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
-
NppStatus nppsThreshold_GT_64fc(const Npp64fc *pSrc, Npp64fc *pDst, size_t nLength, Npp64f nLevel)
-
64 位浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_64fc_I_Ctx(Npp64fc *pSrcDst, size_t nLength, Npp64f nLevel, NppStreamContext nppStreamCtx)
-
64 位原地浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GT_64fc_I(Npp64fc *pSrcDst, size_t nLength, Npp64f nLevel)
-
64 位原地浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, size_t nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)
-
具有恒定电平的 16 位有符号短信号 NPP_CMP_LESS 阈值。
-
NppStatus nppsThreshold_LTVal_16s(const Npp16s *pSrc, Npp16s *pDst, size_t nLength, Npp16s nLevel, Npp16s nValue)
-
具有恒定电平的 16 位有符号短信号 NPP_CMP_LESS 阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_16s_I_Ctx(Npp16s *pSrcDst, size_t nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)
-
具有恒定电平的 16 位就地有符号短信号 NPP_CMP_LESS 阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_16s_I(Npp16s *pSrcDst, size_t nLength, Npp16s nLevel, Npp16s nValue)
-
具有恒定电平的 16 位就地有符号短信号 NPP_CMP_LESS 阈值。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, size_t nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)
-
16位有符号短复数信号 NPP_CMP_LESS 阈值,带常数水平。
-
NppStatus nppsThreshold_LTVal_16sc(const Npp16sc *pSrc, Npp16sc *pDst, size_t nLength, Npp16s nLevel, Npp16sc nValue)
-
16位有符号短复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_16sc_I_Ctx(Npp16sc *pSrcDst, size_t nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)
-
16位原地有符号短复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_16sc_I(Npp16sc *pSrcDst, size_t nLength, Npp16s nLevel, Npp16sc nValue)
-
16位原地有符号短复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, size_t nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)
-
32位浮点信号 NPP_CMP_LESS 阈值,带常数水平。
-
NppStatus nppsThreshold_LTVal_32f(const Npp32f *pSrc, Npp32f *pDst, size_t nLength, Npp32f nLevel, Npp32f nValue)
-
32位浮点信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_32f_I_Ctx(Npp32f *pSrcDst, size_t nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)
-
32位原地浮点信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_32f_I(Npp32f *pSrcDst, size_t nLength, Npp32f nLevel, Npp32f nValue)
-
32位原地浮点信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, size_t nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)
-
32位浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
-
NppStatus nppsThreshold_LTVal_32fc(const Npp32fc *pSrc, Npp32fc *pDst, size_t nLength, Npp32f nLevel, Npp32fc nValue)
-
32位浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_32fc_I_Ctx(Npp32fc *pSrcDst, size_t nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)
-
32位原地浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_32fc_I(Npp32fc *pSrcDst, size_t nLength, Npp32f nLevel, Npp32fc nValue)
-
32位原地浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, size_t nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)
-
64位浮点信号 NPP_CMP_LESS 阈值,带常数水平。
-
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_64f_I_Ctx(Npp64f *pSrcDst, size_t nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)
-
64位原地浮点信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_64f_I(Npp64f *pSrcDst, size_t nLength, Npp64f nLevel, Npp64f nValue)
-
64位原地浮点信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, size_t nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx)
-
64位浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
-
NppStatus nppsThreshold_LTVal_64fc(const Npp64fc *pSrc, Npp64fc *pDst, size_t nLength, Npp64f nLevel, Npp64fc nValue)
-
64位浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_64fc_I_Ctx(Npp64fc *pSrcDst, size_t nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx)
-
64位原地浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_LTVal_64fc_I(Npp64fc *pSrcDst, size_t nLength, Npp64f nLevel, Npp64fc nValue)
-
64位原地浮点复数信号 NPP_CMP_LESS 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_16s_Ctx(const Npp16s *pSrc, Npp16s *pDst, size_t nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)
-
16位有符号短信号 NPP_CMP_GREATER 阈值,带常数水平。
-
NppStatus nppsThreshold_GTVal_16s(const Npp16s *pSrc, Npp16s *pDst, size_t nLength, Npp16s nLevel, Npp16s nValue)
-
16位有符号短信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_16s_I_Ctx(Npp16s *pSrcDst, size_t nLength, Npp16s nLevel, Npp16s nValue, NppStreamContext nppStreamCtx)
-
16位原地有符号短信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_16s_I(Npp16s *pSrcDst, size_t nLength, Npp16s nLevel, Npp16s nValue)
-
16位原地有符号短信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_16sc_Ctx(const Npp16sc *pSrc, Npp16sc *pDst, size_t nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)
-
16位有符号短复数信号 NPP_CMP_GREATER 阈值,带常数水平。
-
NppStatus nppsThreshold_GTVal_16sc(const Npp16sc *pSrc, Npp16sc *pDst, size_t nLength, Npp16s nLevel, Npp16sc nValue)
-
16位有符号短复数信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_16sc_I_Ctx(Npp16sc *pSrcDst, size_t nLength, Npp16s nLevel, Npp16sc nValue, NppStreamContext nppStreamCtx)
-
16位原地有符号短复数信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_16sc_I(Npp16sc *pSrcDst, size_t nLength, Npp16s nLevel, Npp16sc nValue)
-
16位原地有符号短复数信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_32f_Ctx(const Npp32f *pSrc, Npp32f *pDst, size_t nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)
-
32位浮点信号 NPP_CMP_GREATER 阈值,带常数水平。
-
NppStatus nppsThreshold_GTVal_32f(const Npp32f *pSrc, Npp32f *pDst, size_t nLength, Npp32f nLevel, Npp32f nValue)
-
32位浮点信号 NPP_CMP_GREATER 阈值,带常数水平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_32f_I_Ctx(Npp32f *pSrcDst, size_t nLength, Npp32f nLevel, Npp32f nValue, NppStreamContext nppStreamCtx)
-
32 位原地浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_32f_I(Npp32f *pSrcDst, size_t nLength, Npp32f nLevel, Npp32f nValue)
-
32 位原地浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_32fc_Ctx(const Npp32fc *pSrc, Npp32fc *pDst, size_t nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)
-
32 位浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
-
NppStatus nppsThreshold_GTVal_32fc(const Npp32fc *pSrc, Npp32fc *pDst, size_t nLength, Npp32f nLevel, Npp32fc nValue)
-
32 位浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_32fc_I_Ctx(Npp32fc *pSrcDst, size_t nLength, Npp32f nLevel, Npp32fc nValue, NppStreamContext nppStreamCtx)
-
32 位原地浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_32fc_I(Npp32fc *pSrcDst, size_t nLength, Npp32f nLevel, Npp32fc nValue)
-
32 位原地浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_64f_Ctx(const Npp64f *pSrc, Npp64f *pDst, size_t nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)
-
64 位浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
-
NppStatus nppsThreshold_GTVal_64f(const Npp64f *pSrc, Npp64f *pDst, size_t nLength, Npp64f nLevel, Npp64f nValue)
-
64 位浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_64f_I_Ctx(Npp64f *pSrcDst, size_t nLength, Npp64f nLevel, Npp64f nValue, NppStreamContext nppStreamCtx)
-
64 位原地浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_64f_I(Npp64f *pSrcDst, size_t nLength, Npp64f nLevel, Npp64f nValue)
-
64 位原地浮点信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值
-
NppStatus nppsThreshold_GTVal_64fc_Ctx(const Npp64fc *pSrc, Npp64fc *pDst, size_t nLength, Npp64f nLevel, Npp64fc nValue, NppStreamContext nppStreamCtx)
-
64 位浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
-
NppStatus nppsThreshold_GTVal_64fc(const Npp64fc *pSrc, Npp64fc *pDst, size_t nLength, Npp64f nLevel, Npp64fc nValue)
-
64 位浮点复数信号 NPP_CMP_GREATER 阈值,带常量电平。
- 参数
- 返回值