代码搜索:TLS

找到约 2,313 项符合「TLS」的源代码

代码结果 2,313
www.eeworm.com/read/448259/7535679

m tls.m

function [x,flag] = tls(A,b) %TLS Total-Least Squares solution to a set of linear equations % [x,flag] = tls (A, b) % Obtains the TLS solution to A x = b % Must have: # rows (A) >= # cols (A) + #
www.eeworm.com/read/441462/7670181

m tls.m

function [F,error] = tls(X,Y) % [F,error] = tls(X,Y) % % Total Least Squares regression % % Input parameters: % - X: Input data block (k x n) % - Y: Output data block (k x m) % Return
www.eeworm.com/read/437944/7739112

m tls.m

function [x,flag] = tls(A,b) %TLS Total-Least Squares solution to a set of linear equations % [x,flag] = tls (A, b) % Obtains the TLS solution to A x = b % Must have: # rows (A) >= # cols (A) + #
www.eeworm.com/read/146154/12667538

m tls.m

%This program is designed to form broadband beam using conventional TLS eigenfilter %Using ULA clear all; clear all; N=6; %the number of the sensors L=20;
www.eeworm.com/read/245179/12813072

m tls.m

function [x,flag] = tls(A,b) %TLS Total-Least Squares solution to a set of linear equations % [x,flag] = tls (A, b) % Obtains the TLS solution to A x = b % Must have: # rows (A) >= # cols (A) + #
www.eeworm.com/read/143759/12847213

m tls.m

function [x,flag] = tls(A,b) %TLS Total-Least Squares solution to a set of linear equations % [x,flag] = tls (A, b) % Obtains the TLS solution to A x = b % Must have: # rows (A) >= # cols (A) + #
www.eeworm.com/read/143759/12847351

m tls.m

function [x,flag] = tls(A,b) %TLS Total-Least Squares solution to a set of linear equations % [x,flag] = tls (A, b) % Obtains the TLS solution to A x = b % Must have: # rows (A) >= # cols (A) + #
www.eeworm.com/read/142846/12913996

tls pc.tls

7 1 .000000000E+00 7 2 .000000000E+00 7 3 .000000000E+00 7 4 .000000000E+00 7 5 .000000000E+00
www.eeworm.com/read/329507/12950847

h tls.h

/* * WPA Supplicant / SSL/TLS interface definition * Copyright (c) 2004-2006, Jouni Malinen * * This program is free software; you can redistribute it and/or modify * it under the terms
www.eeworm.com/read/242594/12997563

m tls.m

function [x,flag] = tls(A,b) %TLS Total-Least Squares solution to a set of linear equations % [x,flag] = tls (A, b) % Obtains the TLS solution to A x = b % Must have: # rows (A) >= # cols (A) + #