代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/421831/10695409
bak downcvt.m.bak
function [Cmplx,Rpart,Ipart]=DownCvt(datain,Freq_Para)
% datain: the input GPS data;
% Freq_Para: the parameter of output frequency
% Cmplx: the the down converted data in the form of complexi
www.eeworm.com/read/421831/10695433
m downcvt.m
function [Cmplx,Rpart,Ipart]=DownCvt(datain,Freq_Para)
% datain: the input GPS data;
% Freq_Para: the parameter of output frequency
% Cmplx: the the down converted data in the form of complexi
www.eeworm.com/read/350926/10695572
c constellation.c
/*****************************************************************************/
/* FIle Name : constellation.c */
/* Description : WiMax OFDM Subcarrier
www.eeworm.com/read/420199/10811055
vhdl display.vhdl
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
-- Uncomment the following lines to use the declarations that are
-- provided for ins
www.eeworm.com/read/271446/10996494
c main.c
#include "I2C.h"
#define RAM_Length 720
#define RAM_Length_y 288
EX_INTERRUPT_HANDLER(DMA0_PPI_ISR);
bool Init_ADV7181(void);
void Read_ADV7181(void);
void Init_EBIU(void);
void Init_CPLD
www.eeworm.com/read/400482/7103273
v map_lpm_ram.v
module map_lpm_ram(dataout,datain,addr,we,inclk,outclk);
input[15:0] datain;
input[7:0] addr;
input we,inclk,outclk;
output[15:0] dataout;
lpm_ram_dq ram(.data(datain),.address(addr),.we(we),.i
www.eeworm.com/read/398287/7105104
vhd irda.vhd
---------------------------------------------------------------------------------------------------
--*************************************************************************************************
www.eeworm.com/read/450207/7152439
v map_lpm_ram.v
module map_lpm_ram(dataout,datain,addr,we,inclk,outclk);
input[15:0] datain;
input[7:0] addr;
input we,inclk,outclk;
output[15:0] dataout;
lpm_ram_dq ram(.data(datain),.address(addr),.we(we),.i
www.eeworm.com/read/459928/7261935
h t3.h
/* This is a test for maxidx: rmup */
#define NX 16
#define FNAME "t3"
#define MAXERROR 0
#pragma DATA_SECTION (x,".datain")
DATA x[NX] ={
0,
2048,
4096,
6144,
8192,
10240,
12288,
14336
www.eeworm.com/read/459928/7261936
h t1.h
/* This is a test for maxidx: tst1 */
#define NX 6
#define FNAME "t1"
#define MAXERROR 0
#pragma DATA_SECTION (x,".datain")
DATA x[NX] ={
3276,
9830,
6553,
26214,
-13108,
-3277,
};
DA