代码搜索:sintable

找到约 169 项符合「sintable」的源代码

代码结果 169
www.eeworm.com/read/286215/8782650

asm sintable.asm

.code .public _SIN_Table _SIN_Table: .dw 0x0190,0x019A,0x01A4,0x01AD,0x01B7,0x01C1,0x01CB,0x01D4,0x01DE,0x01E8 .dw 0x01F1,0x01FB,0x0204,0x020D,0x0217,0x0220,0x0229,0x0232,0x023B,0x0244 .dw 0x
www.eeworm.com/read/185241/9047985

h sintable.h

const int sin_tab[64]={ 0,1605,3196,4756,6269,7723,9102,10393 ,11585,12664,13622,14449,15136,15678,16069,16305 ,16383,16305,16069,15678,15136,14449,13622,12665 ,11585,10393,9102,77
www.eeworm.com/read/185238/9048582

h sintable.h

int sin_tab[64]={ 0,1605,3196,4756,6269,7723,9102,10393 ,11585,12664,13622,14449,15136,15678,16069,16305 ,16383,16305,16069,15678,15136,14449,13622,12665 ,11585,10393,9102,7723,6269,4756,3196,
www.eeworm.com/read/185237/9048664

h sintable.h

int sin_tab[64]={ 0,1605,3196,4756,6269,7723,9102,10393 ,11585,12664,13622,14449,15136,15678,16069,16305 ,16383,16305,16069,15678,15136,14449,13622,12665 ,11585,10393,9102,7723,6269,4756,3196,
www.eeworm.com/read/381764/9072499

asm sintable.asm

.long 0 .long 1 .long 3 .long 4 .long 6 .long 7 .long 9 .long 10 .long 12 .long 14
www.eeworm.com/read/371961/9528570

h sintable.h

;---------------------------------------------------------- ; Sine table in the range(0-->90) or(0-->2048) ; Sine values in Q15 form ;---------------------------------------------------------
www.eeworm.com/read/371945/9529693

h sintable.h

static int sintable[128]={32767, 32728, 32610, 32413, 32138, 31785, 31357, 30852, 30273, 29621, 28898, 28106, 27245, 26319, 25330, 24279, 23170, 22005, 20787, 19519, 18204, 16846,
www.eeworm.com/read/175703/9535818

paf sintable.paf

www.eeworm.com/read/175703/9535820

pjt sintable.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="sintable" ProjectDir="F:\dspfiles\MY STUDY\KAOSHI\XUSUN---20040305---sintable\" Proj
www.eeworm.com/read/175703/9535823

m sintable.m

clear all; clc; x=zeros(1,91); y=zeros(1,91); for(i=0:90) x(i+1)=sin(i*3.14/180); end y=floor(x*2^15);