英文: Fast Fourier Transform in Python? 问题 我有这个具有振荡的数据集: y = array([ 9.88706879e-05, -1.80853647e-05, ...
从数字输入中过滤掉二进制数组中的短暂波动。
英文: Filtering out short fluctuations in binary array from digital input 问题 我有一个由0/1值表示的TTL信号数组。我想要平滑...
从数字输入中过滤掉二进制数组中的短波动。
英文: Filtering out short fluctuations in binary array from digital input 问题 我有一个由0/1值表示的TTL信号数组。我想要平滑...
如何提取ROI掩模内的光谱范围?
英文: How to extract the spectra range within a roi mask? 问题 我正在学习高光谱数据分析,所以我的问题可能听起来很简单。 我正在使用以下命令读取一...
有没有比O(N*W)算法更好的方法来计算窗口中固定X位置的滑动窗口最大斜率?
英文: Is there a better than O(N*W) algorithm for calculating the sliding window maximum slope to a po...
Matlab/Simulink如何对信号进行相位移动
英文: Matlab/Simulink how to phase shift a signal 问题 For the simulation of an electronic circuit, I ne...
如何使用Python从50Hz开始到10KHz移除鸣叫信号中的静态噪声
英文: How to remove the stationary noise from the chirp signal start from 50Hz to 10KHz using python 问...
为什么我们通常会将音频信号以对数尺度乘以20?
英文: Why do we usually multiply an audio signal in log scale by 20? 问题 这是音频处理中相当基础的一个问题。 在信号被转换成对数刻度后...
使用C语言在Python代码中进行更快的傅立叶变换?
英文: Using C within Python code for faster fourier transform? 问题 以下是您提供的代码的翻译部分: 我有一个函数,用于计算传入音频流的傅立叶...
如何使用Python平整一个基线上下跳动的数字信号?
英文: How to flatten a digital signal whose baseline jumps up and down with Python? 问题 我正在分析SciPy中的心电图...