代码搜索结果
找到约 10,000 项符合
Power 的代码
un.m
N=64;
K=32;
z=[6 7 8 9 10 11 12 13 14 15 16 17];
snr=power(10,z/10);
R=[1 2 3 4 5 6 7 8];
L=power(2,R);
a=eye(K);
var=power(10,-z/10);
alpha_a=power((K/N+var),-0.5);
delta=[1.5956,0.9957,.5860,0.3352
unquant.m
K=32;
N=64;
R=[1 2 3 4 5 6 7 8];
L=power(2,R);
a=eye(K);
z=[6 7 8 9 10 11 12 13 14 15 16 17];
snr=power(10,z/10);
var=power(10,-z/10);
alpha_a=power((K/N+var),-0.5);
delta=[1.5956,0.9957,.5860,0.3352,
mmd5.bas
Attribute VB_Name = "mMD5"
' MODULE: CMD5
'*******************************************************************************
Option Explicit
Public Const BITS_TO_A_BYTE As Long = 8
Publi
camort.cpp
#include "CAmort.h"
CAmort::CAmort(double a,int b,double c) : CGeneric(a,b,c) {}
double CAmort::getMonthlyPayment() const
{
double monthlyRate = rate/12;
int lengthInMonths = length*12;
freqm.pin
-- Copyright (C) 1991-2004 Altera Corporation
-- Any megafunction design, and related netlist (encrypted or decrypted),
-- support information, device programming or simulation file, and a
audio.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
encoder.fit.rpt
Fitter report for encoder
Sat Dec 13 11:13:31 2008
Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal No
walsh.m
function Wn=walsh(N,option);
%WALSH Returns walsh codes of length N
% Wn=walsh(N)
% This returns a matrix of all the walsh codes of length N
% N must be greater then 1 and a power of 2, e.g. 2,4,8
testpower.c
#include "usbdriver.h"
NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp)
{
NTSTATUS ntStatus;
PIO_STACK_LOCATION IrpStack, NextStack;
PDEVICE_EXTENSION pdx;
pdx = fdo->Devic
testpower.c
#include "usbdriver.h"
NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp)
{
NTSTATUS ntStatus;
PIO_STACK_LOCATION IrpStack, NextStack;
PDEVICE_EXTENSION pdx;
pdx = fdo->Devic