代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/394012/8251093
m image_to_matrix.m
function [imatrix, index] = image_to_matrix(data)
%
% converts an array structure of the form data(:,:).image
% to an n x d matrix, where each row is a raster-vector
% representation of data(:,:).imag
www.eeworm.com/read/293958/8260985
m matrix_decompose.m
%MATRIX_DECOMPOSE__MUSIC ALOGRITHM
%DOA ESTIMATION BY MATRIX_DECOMPOSE__MUSIC
clear all;
close all;
clc;
source_number=2;%信元数
sensor_number=8;%阵元数
N_x=1024; %信号长度
snapshot_number=N_x;%快拍数
w
www.eeworm.com/read/293854/8269310
cpp generating_matrix.cpp
#include "LDPC_head.h"
#include
matrix_bit *Gen(unsigned int M, unsigned int N, unsigned int t)
{
matrix_bit *Matrix;
unsigned int *col;
unsigned int *row;
unsigned int *check;
www.eeworm.com/read/293725/8276998
v matrix_op.v
module matrix_op( clk,reset,bit_in,bit_in_en, media_in,media_in_en,
coder_first,
bit_out,bit_out_en, first_out,
data_out);
input clk,reset;
input bit_i
www.eeworm.com/read/293315/8299733
cpp matrix_qiuni.cpp
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
int ssgj(double a[],int n)
{ int i,j,k,m;
double w,g,*b;
b=(double *)malloc(n*sizeof(double));
for (k=0; k
www.eeworm.com/read/393205/8304904
m matrix_mul.m
%三种不同的算法在实现矩阵相乘时的时间复杂度比较,以及与Matlab自带的矩阵
%相乘的比较
clear,clc
n=[4,8,16,32,64,128];
for i=2:7
A=rand(n(i-1));
B=rand(n(i-1));
tic,C=imatrix(A,B,n(i-1));T1(i-1)=toc;
tic,C=iclass(A,
www.eeworm.com/read/392881/8320789
txt matrix_200.txt
200
0.001251 0.563585 0.808741 0.350291 0.174108 0.014985 0.445692 0.601764 0.783319 0.142338 0.392438 0.275887 0.744438 0.989990 0.303049 0.732017 0.949339 0.397656 0.941069 0.113
www.eeworm.com/read/392881/8320814
txt matrix_100.txt
100
0.001251 0.563585 0.808741 0.350291 0.174108 0.014985 0.445692 0.601764 0.783319 0.142338 0.392438 0.275887 0.744438 0.989990 0.303049 0.732017 0.949339 0.397656 0.941069 0.113
www.eeworm.com/read/392881/8320839
txt matrix_50.txt
50
0.001251 0.563585 0.808741 0.350291 0.174108 0.014985 0.445692 0.601764 0.783319 0.142338 0.392438 0.275887 0.744438 0.989990 0.303049 0.732017 0.949339 0.397656 0.941069 0.1137
www.eeworm.com/read/392881/8320849
txt matrix_30.txt
30
0.001251 0.563585 0.808741 0.350291 0.174108 0.014985 0.445692 0.601764 0.783319 0.142338 0.392438 0.275887 0.744438 0.989990 0.303049 0.732017 0.949339 0.397656 0.941069 0.1137