代码搜索:integrals
找到约 127 项符合「integrals」的源代码
代码结果 127
www.eeworm.com/read/238965/13312764
m fig3_7.m
% Use this program to reproduce Fig 3.7 from text
clear all
close all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quadl('fresnels',.0,x);
cx(n) = quadl('fresnelc',.0,x);
end
plot
www.eeworm.com/read/321424/13405199
m fig3_7.m
% Use this program to reproduce Fig 3.7 from text
clear all
close all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quadl('fresnels',.0,x);
cx(n) = quadl('fresnelc',.0,x);
end
plot
www.eeworm.com/read/321385/13407869
m fig3_7.m
% Use this program to reproduce Fig 3.7 from text
clear all
close all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quadl('fresnels',.0,x);
cx(n) = quadl('fresnelc',.0,x);
end
plot
www.eeworm.com/read/315751/13536871
m fcs.m
% fcs.m - Fresnel integrals C(x) and S(x)
%
% Usage: F = fcs(x)
%
% x = vector or matrix of real numbers
% F = C(x) - jS(x) of same size as x
%
% notes: F(x) = C(x) - j*S(x) = int_0^x exp(-j*p
www.eeworm.com/read/312211/13615574
cpp xfrenel.cpp
#include
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine frenel
int main(void)
{
www.eeworm.com/read/312211/13615693
cpp xcisi.cpp
#include
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine cisi
int main(void)
{
st
www.eeworm.com/read/303512/13813936
m fcs.m
% fcs.m - Fresnel integrals C(x) and S(x)
%
% Usage: F = fcs(x)
%
% x = vector or matrix of real numbers
% F = C(x) - jS(x) of same size as x
%
% notes: F(x) = C(x) - j*S(x) = int_0^x exp(-j*p
www.eeworm.com/read/119864/6081783
c shichif.c
/* shichif.c
*
* Hyperbolic sine and cosine integrals
*
*
*
* SYNOPSIS:
*
* float x, Chi, Shi;
*
* shichi( x, &Chi, &Shi );
*
*
* DESCRIPTION:
*
* Approximates the integrals
*
*
www.eeworm.com/read/491236/6437966
m fig3_7.m
% Use this program to reproduce Fig 3.7 from text
clear all
close all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quadl('fresnels',.0,x);
cx(n) = quadl('fresnelc',.0,x);
end
plot
www.eeworm.com/read/489524/6472697
m fig3_7.m
% Use this program to reproduce Fig 3.7 from text
clear all
close all
n = 0;
for x = 0:.05:4
n = n+1;
sx(n) = quadl('fresnels',.0,x);
cx(n) = quadl('fresnelc',.0,x);
end
plot