Skip to content

Commit

Permalink
add ffp and queue algorithm.
Browse files Browse the repository at this point in the history
  • Loading branch information
liufeigit committed Dec 22, 2023
1 parent 0db6d55 commit 20211de
Show file tree
Hide file tree
Showing 7 changed files with 3,725 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/classic/trist.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ static float __sub_valid(float *freArr,float *heightArr,float *dbArr,int length)

static int __isEqual(float v1,float v2);

/***
height分布情况???
1. 优先高频,然后低频
2.
****/
int trist(float *corrArr,float *dbArr,float *heightArr,int *midiArr1,int length,
float *freArr,float *dbArr2,float *heightArr2,int *midiArr2,int count1,int count2,
float *outFre){
Expand Down
Loading

0 comments on commit 20211de

Please sign in to comment.