代码搜索:rows
找到约 10,000 项符合「rows」的源代码
代码结果 10,000
www.eeworm.com/read/316047/13531166
m fcon.m
function FF = fcon(w,F,Q,iu,iy,sz)
%FCON Frequency domain MIMO block connectiions.
%
% FF = fcon(w,F,Q,iu,iy,sz)
%
% Frequency response of interconnected system from frequency
%
www.eeworm.com/read/313963/13577701
m ss_tbl31.m
Gold sequences for the table of problem 3.1 of Spread Spectrum Chapter
Note that the sequences are the columns of the below matrix not the rows,
so we have to take the transpose of the following m
www.eeworm.com/read/313956/13577983
m ss_tbl31.m
Gold sequences for the table of problem 3.1 of Spread Spectrum Chapter
Note that the sequences are the columns of the below matrix not the rows,
so we have to take the transpose of the following m
www.eeworm.com/read/312515/13610773
cs rtwmatrix.cs
/* RtwMatrix.cs -- Matrix class.
Copyright (c) 2004 by Rajitha Wimalasooriya
Virtusa Corp.
*/
using System;
using System.Text;
namespace rtwmatrix
{
///
/// Summary d
www.eeworm.com/read/312515/13610780
cs rtwmatrix.cs
/* RtwMatrix.cs -- Matrix class.
Copyright (c) 2004 by Rajitha Wimalasooriya
Virtusa Corp.
*/
using System;
using System.Text;
namespace rtwmatrix
{
///
/// Summary d
www.eeworm.com/read/312016/13620197
m dequant.m
% NAME
% dequant - unapply quantizing matrix
%
% SYNOPSIS
% dequant
% dequant(X)
% dequant(X, Q)
%
% DESCRIPTION
% dequant cuts an mxn matrix X into NxN matrices and dequantizes
% using the mat
www.eeworm.com/read/309747/13664976
m pqcost.m
function [pcost, qcost] = pqcost(gencost, ng, on)
%PQCOST Splits the gencost variable into two pieces if costs are given for Qg.
% [pcost, qcost] = pqcost(gencost, ng, on) checks whether gencost
www.eeworm.com/read/309349/13673671
html dep-h.html
Linear Dependence in Parity Check Matrices
Linear Dependence in Parity Check Matrices
If a code is specified by means of a M by
www.eeworm.com/read/306478/13744587
m ss_tbl31.m
Gold sequences for the table of problem 3.1 of Spread Spectrum Chapter
Note that the sequences are the columns of the below matrix not the rows,
so we have to take the transpose of the following m
www.eeworm.com/read/306131/13751980
m shiftud.m
function y=shiftud(a,n,cs)
%SHIFTUD Shift or Circularly Shift Matrix Rows.
% SHIFTUD(A,N) with N>0 shifts the rows of A DOWN N rows.
% The first N rows are replaced by zeros and the last N
% rows of A