代码搜索结果

找到约 582,192 项符合 Cortex-M 的代码

subspace_ofdm.m

clear all close all clc Mt=1;Mr=1;%the number of transmit and received antennas N=48; %the number of subcarrier nos=200;%number of symbol P=12; %length of CP M=N+P; %the totle length of a

pdf.m

function p = pdf(m, v, x) %计算多元高斯密度函数 %输入: % m -- 均值向量, SIZE*1 % v -- 方差向量, SIZE*1 % x -- 输入向量, SIZE*1 %输出: % p -- 输出概率 p = (2 * pi * prod(v)) ^ -0.5 * exp(-0.5 * (x-m) ./ v * (x-m)');

getcolor10.m

function C = getcolor10(A) %------------------------------------------------------------------------------ % % Design and implementation by: % Dr. Paul M. de Zeeuw http://homep

extr.m

function E = extR(A, c) %------------------------------------------------------------------------------ % % Design and implementation by: % Dr. Paul M. de Zeeuw http://homepage

stripd.m

function S = stripD(A) %------------------------------------------------------------------------------ % % Design and implementation by: % Dr. Paul M. de Zeeuw http://homepages

stripl.m

function S = stripL(A) %------------------------------------------------------------------------------ % % Design and implementation by: % Dr. Paul M. de Zeeuw http://homepages

moveudz.m

function M = moveUDZ(F, d) %------------------------------------------------------------------------------ % Moves gridfunction F in vertical direction. % Excess area is filled by padding with zeroes.

moveudrvc.m

function M = moveUDRVC(F, d) %------------------------------------------------------------------------------ % Moves gridfunction F in vertical direction. % Excess area is filled by Vertex-Centered (V

stripu.m

function S = stripU(A) %------------------------------------------------------------------------------ % % Design and implementation by: % Dr. Paul M. de Zeeuw http://homepages

movelrrvc.m

function M = moveLRRVC(F, d) %------------------------------------------------------------------------------ % Moves gridfunction F in horizontal direction. % Excess area is filled by Vertex-Centered