2025-03-30 09:50:15 -07:00
|
|
|
//#ifndef REMOVE_MC_TEST
|
|
|
|
#ifndef CHANNELESTIMPL_H_
|
|
|
|
#define CHANNELESTIMPL_H_
|
|
|
|
#include "ucps2.h"
|
|
|
|
#include <ChannelEst.h>
|
|
|
|
#include "stdio.h"
|
|
|
|
|
2025-04-21 09:26:00 -07:00
|
|
|
void ChannelEstImpl(int *ConfigAddr, int *InAddr1, int *InAddr2, int *OutAddr);
|
2025-03-30 09:50:15 -07:00
|
|
|
|
|
|
|
#endif //DEBUG_MC
|