代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/461262/7231042
v rake_mrc.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 23:41:20 10/02/2007
// Design Name:
/
www.eeworm.com/read/459857/7264056
m ccorr.m
function r = ccorr(seq1,seq2)
if nargin==1
seq2 = seq1;
end
N = length(seq1);
for k =-N+1:-1
seq2_shift =[seq2(k+N+1:N) seq2(1:k+N)];
r(N+k)=seq1*seq2_shift';
end
for k = 0:N-1
www.eeworm.com/read/457415/7325748
vhd tf_lms.vhd
-- Copyright (C) 2004-2005 Digish Pandya
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License a
www.eeworm.com/read/452400/7441307
bas crcmodule.bas
Attribute VB_Name = "CRCmodule"
Option Explicit
Function booleanAND(x As Long, y As Long) As Long
Dim output As Long
Dim i As Integer
Dim temp, temp1 As Integer
output = 0
www.eeworm.com/read/451644/7459673
txt d11r4.txt
implementation
//PROGRAM D11R4
//Driver for routine TTEST
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%9.2f'; NPTS = 1024; MPTS = 512; EPS = 0.02;
www.eeworm.com/read/451457/7463439
h arch.h
/* Copyright (C) 2003 Jean-Marc Valin */
/**
@file arch.h
@brief Various architecture definitions Speex
*/
/*
Redistribution and use in source and binary forms, with or without
modificatio
www.eeworm.com/read/450040/7491439
tdf dffpipe_te9.tdf
--dffpipe DELAY=1 WIDTH=11 clock clrn d q ALTERA_INTERNAL_OPTIONS=AUTO_SHIFT_REGISTER_RECOGNITION=OFF
--VERSION_BEGIN 8.0 cbx_mgl 2008:04:11:273944 cbx_stratixii 2008:02:23:252825 cbx_util_mgl 2008:0
www.eeworm.com/read/440903/7679032
log verilog.log
Host command: /eda/cadence06/IUS5.7_ins/tools/verilog/bin/verilog.exe
Command arguments:
shift_register.v
test.v
Tool: VERILOG-XL 05.70.001-p log file created Dec 19, 2008 19:36:34
Tool: VER
www.eeworm.com/read/199432/7857016
txt d11r4.txt
implementation
//PROGRAM D11R4
//Driver for routine TTEST
uses
unit2;
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
const
s1='%9.2f'; NPTS = 1024; MPTS = 512; EPS = 0.02;
www.eeworm.com/read/299239/7871287
c g722_32c.c
#include
#include
/* g722 encode and decode demo for DSP32C */
/* floating point version of G722 code */
/* float constants replace shifts */
#define SHIFT_15 3.05175