代码搜索:alloc
找到约 10,000 项符合「alloc」的源代码
代码结果 10,000
www.eeworm.com/read/327775/13062267
asv optimal_pow_alloc.asv
%输入参数:aa为信道状态信息,是信道增益模值的平方除以噪声功率,是行向量,维数为K
%K为子信道个数,M为调制阶数(你主要以什么调制为主就用哪个,譬如16QAM,那么M=16)
function power_alloc=optimal_pow_alloc(aa,K,M)
M=4;
a=2*(sqrt(M)-1)/(sqrt(M)*log2(sqrt(M)));
b=3/(M-1);
www.eeworm.com/read/327775/13062281
m optimal_pow_alloc.m
%输入参数:aa,K,其中aa为信道状态信息,是信道增益模值的平方除以噪声功率,是行向量,维数为K
%K为子信道个数
%输出:各个子信道上应分配的功率,也是一个1xK的行向量,与信道状态信息是对应的
function power_alloc=optimal_pow_alloc(aa,K)
M=4;
a=2*(sqrt(M)-1)/(sqrt(M)*log2(sqrt(M)));
b=3
www.eeworm.com/read/327775/13062305
asv optimal_pow_alloc.asv
%输入参数:aa为信道状态信息,是信道增益模值的平方除以噪声功率,是行向量,维数为K
%K为子信道个数,M为调制阶数(你主要以什么调制为主就用哪个,譬如16QAM,那么M=16)
function power_alloc=optimal_pow_alloc(aa,K,M)
M=4;
a=2*(sqrt(M)-1)/(sqrt(M)*log2(sqrt(M)));
b=3/(M-1);
www.eeworm.com/read/327775/13062318
m optimal_pow_alloc.m
%输入参数:aa,K,其中aa为信道状态信息,是信道增益模值的平方除以噪声功率,是行向量,维数为K
%K为子信道个数
%输出:各个子信道上应分配的功率,也是一个1xK的行向量,与信道状态信息是对应的
function power_alloc=optimal_pow_alloc(aa,K)
M=4;
a=2*(sqrt(M)-1)/(sqrt(M)*log2(sqrt(M)));
b=3
www.eeworm.com/read/140704/5783982
cc cb_alloc_0.cc
// file: circular_buffer/cb_alloc_0.cc
//
// isip include files
//
#include "CircularBuffer.h"
// method: allocation
//
// arguments:
//
// int dim: (input) dimensions of circular buffer
// int n
www.eeworm.com/read/139291/5804683
c apr_buckets_alloc.c
/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c
www.eeworm.com/read/132748/5909584
c pt-thread-alloc.c
/* Start thread. L4 version.
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
www.eeworm.com/read/132748/5909588
c pt-stack-alloc.c
/* Allocate a new stack. L4 Hurd version.
Copyright (C) 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute
www.eeworm.com/read/132748/5909618
c pt-thread-alloc.c
/* Start thread. Mach version.
Copyright (C) 2000, 2002, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute
www.eeworm.com/read/132748/5909622
c pt-stack-alloc.c
/* Allocate a new stack. Mach version.
Copyright (C) 2000,02 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute