代码搜索:inter
找到约 5,354 项符合「inter」的源代码
代码结果 5,354
www.eeworm.com/read/460673/7243760
h dctq_test.h
/******************************************************************************
Filename: dctq_test.h
Descriptions
- none
History
-15.Dec.2003
draft
Copyright (c) 2003 SAMSUN
www.eeworm.com/read/252514/12277386
c rcs_intleav.c
////////////////////////////////////////////
#include "stdio.h" //
#include "math.h" //
#include "malloc.h" //
#include "stdlib
www.eeworm.com/read/216545/15003645
h dctq_test.h
/******************************************************************************
Filename: dctq_test.h
Descriptions
- none
History
-15.Dec.2003
draft
Copyright (c) 2003 SAMSUN
www.eeworm.com/read/202630/15377498
c integration_nr.c
/* $Id: integration_nr.c,v 1.2 2005/06/20 03:28:52 zlb Exp $ */
#include
#include
#include
#include "integration_nr.h"
#define MACHINE_PREC 1e-15 /* 机器精度 */
double
i
www.eeworm.com/read/380713/9134191
asv main.asv
%主函数:输入为信噪比snr_in_dB,产生p1,p2
function [p1,p2]=main(snr_in_dB)
E=1;
G=[1 1 1 1 0 0 1;1 0 1 1 0 1 1];
snr=10^(snr_in_dB/10);
sgma=sqrt((E/snr)/2);%噪声方差
N=440;%桢个数
input=round(rand(1,N*102));%
www.eeworm.com/read/306969/13734569
m qpsk.m
close all;
clc;
clear;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% data generate F_data=250kbit/s
u=50; % the number of data input
v=3;
www.eeworm.com/read/402457/6786110
v interaddr_ram.v
module interaddr_ram(//input:
data_clk,//global
interaddr_addrr,//related to cntrlunit module
//output:
inter_addrr);
input data_clk;