Searched refs:omega_hat_sort (Results 1 – 1 of 1) sorted by relevance
358 void calcDimOnePhase(float *eMatrix, float *omega_hat_sort, int matSizeN){ in calcDimOnePhase() argument389 omega_hat_sort[0] = (omega_hat_pos>0) ? omega_hat_pos : (omega_hat_pos + 2 * PI); in calcDimOnePhase()510 int calcPhase(float *psiHatMatrix, int sigSpaceDim, float *omega_hat_sort){ in calcPhase() argument522 omega_hat_sort[ii] = (omega_hat[ii]>0)?omega_hat[ii]:(omega_hat[ii]+2*PI); in calcPhase()524 if(omega_hat_sort[jj]<omega_hat_sort[jj-1]){ in calcPhase()525 tempStr = omega_hat_sort[jj-1]; in calcPhase()526 omega_hat_sort[jj-1] = omega_hat_sort[jj]; in calcPhase()527 omega_hat_sort[jj] = tempStr; in calcPhase()534 if(omega_hat_sort[ii]-omega_hat_sort[jj]>1e-2f){ in calcPhase()536 tempStr = omega_hat_sort[ii]; in calcPhase()[all …]