雷克子波C程序
(2022-10-28 16:11:11)
标签:
雷克子波c程序 |
分类: 《信号分析与处理》课 |
#include "stdio.h" // standard input/output
head file.
#include "math.h" // math. head file.
#include "malloc.h" // memory allocation
head file.
#define fm 35
// The main frequency of Ricker wavelet, you can
change it.
#define dt 0.002 // The
sample interval, you can also set it to 0.001 or 0.004.
#define XL 0.060 // The
length of wavelet(s), you can change it.
#define PI 3.1415926
main()
{
// allocate dynamic array.
// Generate Ricker wavelet.
}
前一篇:22级物探1班学生名单

加载中…