Skip to content

Commit

Permalink
Update harmonic.
Browse files Browse the repository at this point in the history
  • Loading branch information
liufeigit committed Jan 31, 2024
1 parent 1ac0092 commit 51a5314
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion include/mir/harmonic_algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extern "C" {

#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
#include "../flux_base.h"

typedef struct OpaqueHarmonic *HarmonicObj;

Expand Down
16 changes: 8 additions & 8 deletions src/mir/harmonic_algorithm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
#include <string.h>
#include <math.h>

#include "vector/flux_vector.h"
#include "vector/flux_vectorOp.h"
#include "vector/flux_complex.h"
#include "../vector/flux_vector.h"
#include "../vector/flux_vectorOp.h"
#include "../vector/flux_complex.h"

#include "util/flux_util.h"
#include "../util/flux_util.h"

#include "dsp/flux_window.h"
#include "dsp/flux_correct.h"
#include "dsp/fft_algorithm.h"
#include "../dsp/flux_window.h"
#include "../dsp/flux_correct.h"
#include "../dsp/fft_algorithm.h"

#include "stft_algorithm.h"
#include "../stft_algorithm.h"

#include "harmonic_algorithm.h"

Expand Down
2 changes: 1 addition & 1 deletion src/mir/harmonic_algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extern "C" {

#include <stdio.h>
#include <stdlib.h>
#include "flux_base.h"
#include "../flux_base.h"

typedef struct OpaqueHarmonic *HarmonicObj;

Expand Down

0 comments on commit 51a5314

Please sign in to comment.