代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/449458/7504783
m close.m
function close( filename )
% deed
image_I=imread(filename);
[size_m,size_n]=size(image_I);
Image_ex=matrix_expand(image_I,1);
subplot(3,2,1);
imshow(image_I,[]);
% 1 1×3结构元素膨胀
www.eeworm.com/read/449458/7504784
m open_close.m
function open_close( filename )
% deed
image_I=imread(filename);
[size_m,size_n]=size(image_I);
Image_ex=matrix_expand(image_I,1);
subplot(3,2,1);
imshow(image_I,[]);
% 1 1×3结构元
www.eeworm.com/read/441512/7669450
cpp decode_ldpc_new.cpp
/*LDPC Decoder*/
#include "mex.h"
#include "matrix.h" // for Matlab mx and mex fuctions
#include "math.h"
#include // what for
#include "decodeutil_new.h"
#define INF 1000
www.eeworm.com/read/441512/7669467
cpp decode_ldpc_new.cpp
/*LDPC Decoder*/
#include "mex.h"
#include "matrix.h" // for Matlab mx and mex fuctions
#include "math.h"
#include // what for
#include "decodeutil_new.h"
#define INF 1000
www.eeworm.com/read/439966/7696477
cpp rx_ldpc_dec.cpp
/************************************/
/*函数说明:
/*功能:LDPC编码
/*输出参数:
/*rx_ldpcdecoded_bit:经过LDPC解码后的bit流
/*输入参数:
/*rx_ldpc_llr:bit解交织后的初始化似然比;
/*rx_bitdeinterved_bit_len:经过bit解交织后的初始化似然比的长度;
/
www.eeworm.com/read/296033/8127341
cpp decode_ldpc_new.cpp
/*LDPC Decoder*/
#include "mex.h"
#include "matrix.h" // for Matlab mx and mex fuctions
#include "math.h"
#include // what for
#include "decodeutil_new.h"
#define INF 1000
www.eeworm.com/read/245674/12785034
cpp decode_ldpc_new.cpp
/*LDPC Decoder*/
#include "mex.h"
#include "matrix.h" // for Matlab mx and mex fuctions
#include "math.h"
#include // what for
#include "decodeutil_new.h"
#define INF 1000
www.eeworm.com/read/328848/12998709
cpp decode_ldpc_new.cpp
/*LDPC Decoder*/
#include "mex.h"
#include "matrix.h" // for Matlab mx and mex fuctions
#include "math.h"
#include // what for
#include "decodeutil_new.h"
#define INF 1000
www.eeworm.com/read/324153/13282779
cpp decode_ldpc_new.cpp
/*LDPC Decoder*/
#include "mex.h"
#include "matrix.h" // for Matlab mx and mex fuctions
#include "math.h"
#include // what for
#include "decodeutil_new.h"
#define INF 1000
www.eeworm.com/read/307102/13728939
m gsmsim_demo_bcch_v2.m
function [] = GSMsim_demo_2(NumberOfBlocks,Lh,LogName)
% GSMSIM_DEMO:
% This demonstrates the function of the GSMsim
% package. Use this file as a starting point for building
%