代码搜索:coherence
找到约 1,822 项符合「coherence」的源代码
代码结果 1,822
www.eeworm.com/read/450241/7487313
pdf coherence.pdf
www.eeworm.com/read/138370/13239633
vjp coherence.vjp
www.eeworm.com/read/138370/13239638
sln coherence.sln
Microsoft Visual Studio Solution File, Format Version 1.00
Project("{66355F20-A65B-11D0-BFB5-00A0C91EBFA0}") = "coherence", "coherence.vjp", "{E44A02C5-CDF9-4973-8B35-6E65E2E702A9}"
EndProject
Glob
www.eeworm.com/read/138370/13239642
exe coherence.exe
www.eeworm.com/read/138370/13239667
suo coherence.suo
www.eeworm.com/read/389710/8506961
m dft_coherence.m
function DFT_Coherence()
% WSS iteration ----1-D , 相干 统计特性
clear all;
%全局变量定义
%--------------------------------------------
degrad=pi/180;
ii=sqrt(-1);
M=10; %阵元数
K=3;
d=0.5;
th=[-30 1
www.eeworm.com/read/182807/9190503
m compute_coherence.m
%------------------------------------------------------------------------
%compute_coherence
%Computes the coherence image.
%Usage:
%[cimg] = compute_coherence(oimg)
%oimg - orientation image
%
www.eeworm.com/read/182708/9194862
p compute_coherence.p
www.eeworm.com/read/358497/10186375
m coherence_mvdr.m
function [MSC]=coherence_MVDR(x1,x2,L,K);
%% This program computes the coherence function between 2 signals
%% x1 and x2 with the MVDR method.
%% This algorithm is based on the paper by the same
www.eeworm.com/read/163022/10252562
m compute_coherence.m
%------------------------------------------------------------------------
%compute_coherence
%Computes the coherence image.
%Usage:
%[cimg] = compute_coherence(oimg)
%oimg - orientation image
%