代码搜索:Approximation
找到约 1,542 项符合「Approximation」的源代码
代码结果 1,542
www.eeworm.com/read/155122/11897130
m fsfind.m
function [Fn,nwo,f,t]=fsfind(fun,T,N,P)
%FSFIND Find Fourier Series Approximation.
% Fn=FSFIND(FUN,T,N) computes the Complex Exponential
% Fourier Series of a signal described by the function 'FUN'.
%
www.eeworm.com/read/339711/12209531
m fsfind.m
function [Fn,nwo,f,t]=fsfind(fun,T,N,P)
%FSFIND Find Fourier Series Approximation.
% Fn=FSFIND(FUN,T,N) computes the Complex Exponential
% Fourier Series of a signal described by the function 'FUN'.
%
www.eeworm.com/read/150749/12267332
m eign.m
function [V,D,Ann] = eign(A1, A2,A3, args)
% Find the principal eigenvalues and eigenvectors of a matrix with Nystr鰉's low rank approximation method
%
% >> D = eign(A, nb)
% >> [V, D] = eign(A,
www.eeworm.com/read/150478/12290893
m fsfind.m
function [Fn,nwo,f,t]=fsfind(fun,T,N,P)
%FSFIND Find Fourier Series Approximation.
% Fn=FSFIND(FUN,T,N) computes the Complex Exponential
% Fourier Series of a signal described by the function 'FUN'.
%
www.eeworm.com/read/252223/12292237
m fsfind.m
function [Fn,nwo,f,t]=fsfind(fun,T,N,P)
%FSFIND Find Fourier Series Approximation.
% Fn=FSFIND(FUN,T,N) computes the Complex Exponential
% Fourier Series of a signal described by the function 'FUN'.
%
www.eeworm.com/read/149369/12384541
m fsfind.m
function [Fn,nwo,f,t]=fsfind(fun,T,N,P)
%FSFIND Find Fourier Series Approximation.
% Fn=FSFIND(FUN,T,N) computes the Complex Exponential
% Fourier Series of a signal described by the function 'FUN'.
%
www.eeworm.com/read/233420/14154463
cpp hyperbolic_equation.cpp
#include "vs.h"
const double PI = 3.141592654;
int main()
{// two parameters approximation
// A. Bode's Integration Formula
double weight[33] = {14.0/45.0, 64.0/45.0, 24.0/45.0, 64.0/45.0, 2
www.eeworm.com/read/224872/14565336
vhd r2p_post.vhd
--
-- post.vhd
--
-- Cordic post-processing block
--
-- Compensate cordic algorithm K-factor; divide Radius by 1.6467, or multiply by 0.60725.
-- Approximation: Ra = Ri/2 + Ri/8 - Ri/64 - Ri/512
--
www.eeworm.com/read/122497/14687253
m fsfind.m
function [Fn,nwo,f,t]=fsfind(fun,T,N,P)
%FSFIND Find Fourier Series Approximation.
% Fn=FSFIND(FUN,T,N) computes the Complex Exponential
% Fourier Series of a signal described by the function 'FUN'.
%
www.eeworm.com/read/119681/14824451
m eign.m
function [V,D,Ann] = eign(A1, A2,A3, args)
% Find the principal eigenvalues and eigenvectors of a matrix with Nystr鰉's low rank approximation method
%
% >> D = eign(A, nb)
% >> [V, D] = eign(A,