decomposition

This commit is contained in:
Stanislav N Mikhailov
2025-01-02 00:12:20 +03:00
parent d556f818a5
commit e89eb58de4
14 changed files with 53 additions and 53 deletions
+4
View File
@@ -0,0 +1,4 @@
#ifdef SINE_WAVE_H
#define SINE_WAVE_H
void generate_sine_wave_points(size_t num_points, int amplitude, float frequency, int offset_x, int offset_y, float phase_shift);
#endif