代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/436995/7757483
m xraimea.m
% xraimea.m
% Scope: This Matlab program determines the Receiver Autonomous Integrity
% Monitoring (RAIM) fault exclusion availability based on a consta
www.eeworm.com/read/436995/7757503
m xraimfd.m
% xraimfd.m
% Scope: This MATLAB program implements the fault detection algorithm [1]
% for the Receiver Autonomous Integrity Monitoring (RAIM) by using
%
www.eeworm.com/read/434843/7800937
m t_tide.m
function [nameu,fu,tidecon,xout]=t_tide(xin,varargin);
% T_TIDE Harmonic analysis of a time series
% [NAME,FREQ,TIDECON,XOUT]=T_TIDE(XIN) computes the tidal analysis
% of the (possibly complex) ti
www.eeworm.com/read/398582/7935805
m twist.m
function [x,x_debias,objective,times,debias_start,mses,max_svd] = ...
TwIST(y,A,tau,varargin)
%
% Usage:
% [x,x_debias,objective,times,debias_start,mses] = TwIST(y,A,tau,varargin)
%
% This fu
www.eeworm.com/read/197241/8010030
m sa7_3.m
% File: SA7_3.M
clear;
No2 = 3e-5;
A = 5;
R = 9600;
No = 2*No2;
EbNodB = 10*log10(A^2/(2*No*R));
fprintf('\nR=%g bits/sec ',R)
fprintf('EbNodB=%g dB' ,EbNodB)
% Calculate results
www.eeworm.com/read/397761/8023162
m example43_run_b2.m
function demsvm1()
%
X = [2 7; 3 6; 2 2; 8 1; 6 4; 4 8; 9 5; 9 9; 9 4; 6 9; 7 4];
Y = [ +1; +1; +1; +1; +1; -1; -1; -1; -1; -1; -1];
% define a simple artificial data set
x1ran =
www.eeworm.com/read/397761/8023655
m example43_run_b3.m
function demsvm1()
%
X = [2 7; 3 6; 2 2; 8 1; 6 4; 4 8; 9 5; 9 9; 9 4; 6 9; 7 4];
Y = [ +1; +1; +1; +1; +1; -1; -1; -1; -1; -1; -1];
% define a simple artificial data set
x1ran =
www.eeworm.com/read/397761/8023763
m example43_run_b4.m
function demsvm1()
%
X = [2 7; 3 6; 2 2; 8 1; 6 4; 4 8; 9 5; 9 9; 9 4; 6 9; 7 4];
Y = [ +1; +1; +1; +1; +1; -1; -1; -1; -1; -1; -1];
% define a simple artificial data set
x1ran =
www.eeworm.com/read/397761/8023811
m example43_run_a.m
%svm3
%%===============
%%===============
% run_a
function demsvm1()
%
X = [2 7; 3 6; 2 2; 8 1; 6 4; 4 8; 9 5; 9 9; 9 4; 6 9; 7 4];
Y = [ +1; +1; +1; +1; +1; -1; -1; -1; -1; -1
www.eeworm.com/read/397761/8023967
m example43_run_b1.m
function demsvm1()
%
X = [2 7; 3 6; 2 2; 8 1; 6 4; 4 8; 9 5; 9 9; 9 4; 6 9; 7 4];
Y = [ +1; +1; +1; +1; +1; -1; -1; -1; -1; -1; -1];
% define a simple artificial data set
x1ran =