代码搜索:协方差矩阵
找到约 10,000 项符合「协方差矩阵」的源代码
代码结果 10,000
www.eeworm.com/read/491989/6429461
cpp gsandsor.cpp
/*****************************************************************陈炜****XS08012048*********继教学院**********/
/*用Gauss-Seidel迭代法和SOR迭代发解一个系数矩阵为3*3的线性方程组*/
#include
#include
#i
www.eeworm.com/read/487149/6515775
m linearbeamdirect1.m
%**********M阵元-线阵波束*********矩阵法
%********邓益群写于2008年10月31日******
clear all;
M=16; % 阵元数
c=3e8; % 光速
fc=6e9; % 工作频率(hz)
l=c/fc;
www.eeworm.com/read/487174/6516403
m linearmulbeamdirectm3.m
%**********M阵元-L波数-线阵波束*********矩阵法
%********邓益群写于2008年11月4日******
clear all;
M=16; % 阵元数
L=4; % 波数
c=3e8; % 光速
fc=6e9;
www.eeworm.com/read/483137/6610845
txt 追赶法.txt
#include//追赶法
double *Catch(double *a,double *b,double *c,double *f);
int n;
void main()
{
cout
www.eeworm.com/read/481602/6636072
lcd_test
#include "DSP28_Device.h"
unsigned int Spi_VarRx[100];
unsigned int i,j;
//interrupt void ISRSciaTx(void);
//interrupt void ISRSciaRx(void);
uchar tab1[]={
"内置二级字库可在"
"任意位置反白显示"
"点矩阵液晶显示
www.eeworm.com/read/481602/6636077
c lcd_test.c
#include "DSP28_Device.h"
unsigned int Spi_VarRx[100];
unsigned int i,j;
//interrupt void ISRSciaTx(void);
//interrupt void ISRSciaRx(void);
uchar tab1[]={
"内置二级字库可在"
"任意位置反白显示"
"点矩阵液晶显示
www.eeworm.com/read/481602/6636137
c lcd_test2.c
#include "DSP28_Device.h"
unsigned int Spi_VarRx[100];
unsigned int i,j;
//interrupt void ISRSciaTx(void);
//interrupt void ISRSciaRx(void);
uchar tab1[]={
"内置二级字库可在"
"任意位置反白显示"
"点矩阵液晶显示
www.eeworm.com/read/480529/6665688
txt 06-10.txt
例6-10 魔术矩阵的生成。
解:在命令窗口中输入如下命令,并按Enter键确认。
>> magic(2)
ans =
1 3
4 2
>> magic(3)
ans =
8 1 6
3 5 7
4 9 2
>> magic(4)
ans =
16
www.eeworm.com/read/480059/6676069
m shili20.m
function shili20
subplot(121)
[x,y,z]=sphere(100);
%建立球面数据矩阵
mesh(x,y,z)
%绘制球面
axis on
%关闭坐标轴
title('Figure:Opaque')
%添加标题
hidden on
%打开HIDDEN命令
subplot(122)
[x,y,z]=sphere(100);
mesh(
www.eeworm.com/read/478563/6710001
m randintr.m
% ATLAST65中生成给定阶、给定秩的整数矩阵的子程序randintr
%
function A = randintr(m,n,k,r)
% RANDINTR(m,n,k,r) is an m by n matrix of rank r
% with integer entries in the interval [-k:k].
% If less than three argume