代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/176823/9483191
m demhmc2.m
%DEMHMC2 Demonstrate Bayesian regression with Hybrid Monte Carlo sampling.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X
www.eeworm.com/read/176823/9483301
m demrbf1.m
%DEMRBF1 Demonstrate simple regression using a radial basis function network.
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling
www.eeworm.com/read/176500/9495707
m prob825.m
%
% Program name - prob825.m (problem 8.25(1), p553)
% Comparison of magnitude and phase responses of an analogue
% and equivalent BZT and impulse invariant discrete-time filters
% and pole
www.eeworm.com/read/371748/9537869
m ip_06_03.m
% MATLAB script for Illustrative Problem 6.3.
clear
echo on
f_cutoff=2000; % the desired cutoff frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling frequen
www.eeworm.com/read/371680/9541980
m bvp_homt_jac.m
% Jacobian of boundary value problem
%
% ============================================
function result = BVP_HomT_jac(x,p,YS,YU,J)
global homTds
ups = reshape(x,homTds.nphase,homTds.npoints)
www.eeworm.com/read/371680/9542006
asv bvp_homt_jac.asv
% Jacobian of boundary value problem
%
% ============================================
function result = BVP_HomT_jac(x,p,YS,YU,J)
global homTds
ups = reshape(x,homTds.nphase,homTds.npoints)
www.eeworm.com/read/371680/9542442
m bvp_hett_jac.m
% Jacobian of boundary value problem
%
% ============================================
function result = BVP_HetT_jac(x,p,YS,YU,J)
global hetTds
ups = reshape(x,hetTds.nphase,hetTds.npoints)
www.eeworm.com/read/371680/9542451
m bvp_het_jacvectorized.m
% Buihomds up jacobian of boundary value problem
%
% ============================================
function result = BVP_Het_jac(mapfile,x,p,YS,YU,J)
global hetds
ups = reshape(x,hetds.nphase,
www.eeworm.com/read/371680/9542481
asv bvp_het_jac.asv
% Buihomds up jacobian of boundary value problem
%
% ============================================
function result = BVP_Het_jac(mapfile,x,p,YS,YU,J)
global hetds
ups = reshape(x,hetds.nphase,
www.eeworm.com/read/371680/9542487
asv bvp_hom_jac.asv
% Buihomds up jacobian of boundary value problem
%
% ============================================
function result = BVP_Het_jac(mapfile,x,p,YS,YU,J)
global hetds
ups = reshape(x,hetds.nphase,