英文: How do I compare two perlin noise images? 问题 两个Perlin噪声图像是否是由相同的参数生成的可以通过以下方法来判断吗? 例如,以下这两个图像: 和...
理解简单正弦波的梅尔频谱图
英文: Understanding mel-scaled spectrogram for a simple sine wave 问题 I generate a simple sine wave wit...
理解简单正弦波的MFCC输出
英文: Understanding MFCC output for a simple sine wave 问题 我生成了一个频率为200的简单正弦波,并计算FFT以检查获得的频率是否正确。 然后,我计...
如何生成具有一致“颤音”的正弦波?
英文: How can I generate a sine wave with consistent "vibrato" 问题 我正在尝试创建一个包含440Hz正弦波音调和10Hz...
Python代码中使用16 QAM映射进行消息重建存在问题。
英文: Issue with message reconstruction using 16 QAM mapping in Python code 问题 I have reviewed the pro...
如何改进我用于在时间序列中分类间歇信号的Python代码?
英文: How can I improve my Python code for classifying intermittent signals in a timeseries? 问题 Classi...
如何在GNU Radio中计算两个信号源之间的相位差
英文: How to calculate the Phase difference between two signal sources in GNU Radio 问题 I am trying to ...
实现C++中的二阶低通滤波器,如何计算系数?
英文: Implement 2nd order low pass filter in C++, how to compute coefficients? 问题 I see that you're wo...
Nyquist频率是FFT的偶数长度数据集最终出现在频谱的负侧的原因是什么?
英文: Why does the Nyquist frequency of FFT of even length dataset end up on negative side of spectrum...
Verilog中的除法和Q因子表示
英文: Division in Verilog and Q factor representation 问题 I am currently working on a design of an algo...
3