You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.7 KiB
41 lines
1.7 KiB
/******************************************************************************
|
|
* File ../LIB/SinCos.h
|
|
* Organization 江苏钮玮动力科技有限公司
|
|
* Version V1.00
|
|
* Date 02-Dec-2024
|
|
* Brief Atan function
|
|
******************************************************************************/
|
|
|
|
/******************************************************************************
|
|
Version Record
|
|
*****************************************************************************
|
|
Time 2-Dec-2024
|
|
Version V1.00
|
|
Author Dengjun Yu
|
|
Description
|
|
*First version created
|
|
******************************************************************************/
|
|
|
|
#ifndef _SINCOS_H_
|
|
#define _SINCOS_H_
|
|
|
|
/* ******************************************************************** */
|
|
/* name = SinCos.h */
|
|
/* function = */
|
|
/* ・ */
|
|
/* ・ */
|
|
/* ・ */
|
|
/* author = */
|
|
/* date = 2024/12/02 */
|
|
/* Copyright(c) All right reserved */
|
|
/* ******************************************************************** */
|
|
/* 履歴 */
|
|
|
|
#include "Common_Type.h"
|
|
#include "Common.h"
|
|
|
|
void seekSinCosTab(uint16_t theta1,DATA32 *sincos);
|
|
|
|
#endif
|
|
|
|
/*************** (C) COPYRIGHT 2024 江苏钮玮动力科技有限公司 ********** END OF FILE ************/
|
|
|