搜索资源列表
para
- 抛物线法求解 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -parabolic equation method Construction Methods : given interval [0,1] on the random numbe
advancenewton
- 改进的牛顿法求解: 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -improve Newton's method : Construction of the equation : given interval [0,1] o
hypot
- 抛物线法求解 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -parabolic equation method Construction Methods : given interval [0,1] on the random numbe
a3
- 图像检索 毕业设计的 关于 七个不变矩的 简单的实现功能的算法 给予你思路的一个小小的编程-Image Retrieval on the graduation of seven moment invariant features a simple algorithm for the realization of an idea to give your little programming! ! !
we
- 七单元天线阵DOA估计 clear clc d=1 天线阵元的间距 lma=2 信号中心波长 q1=1*pi/4 q2=1*pi/3 q3=1*pi/6 q4=3*pi/4 四输入信号的方向 A1=[exp(-2*pi*j*d*[0:6]*cos(q1)/lma)] 求阵因子 A2=[exp(-2*pi*j*d*[0:6]*cos(q2)/lma)] A3=[exp(-2*pi*j*d*[0:6]*cos(q3)/lma)] A4=[exp(-2*
A3
- Function files in MATLAB for engineering constants for a lamina with a given arbitrary fiber orientation and given values of material data in the principal material directions.
Texture
- 基于共生矩阵纹理特征提取,d=1,θ=0°,45°,90°,135°共四个矩阵,粗糙度A1, 惯性矩A2,纹理熵A3,相关度A4,方差A5,逆差矩阵A6-extract texture
mtl_ode_sim_shootingmethod
- 运用打靶法求解二阶边值问题。 A1*d/dx(dy/dx) + A2*dy/dx + A3*y + A4 = 0-To illustrate the use of Runge-Kutta method in the Shooting method as applied to a function of the user s choosing.
music(doa)
- 七单元天线阵MUSIC DOA估计: d=1 , 天线阵元的间距; lma=2, 信号中心波长; 四输入信号; A=[A1,A2,A3,A4], 得出A矩; 四信号的频率d=[1.3*cos(v1*n) 1*sin(v2*n) 1*sin(v3*n) 1*sin(v4*n)] 构造输入信号矢量 U=A*d 总的输入信号 总输入信号的协方差矩阵 [s,h]=eig(c) 求协方差的特征矢量及特征值 取出与零特征
lambSolution
- 请大家帮忙看看问题出在哪里,a0\a1\a2还可以,A3以后就不对了-Matlab computing applications lamb wave dispersion curves, group velocity and phase velocity calculation.
Desktop
- Analisys of structures E=200e6 A1=0.001 A2=0.002 A3=0.001
a3
- 2012年美国大学生数学建模竞赛B题程序-MCM2012B answer
walsh-code-decoding
- It does walsh decoding in matlab.For w5 i.e. 100 Walsh code T = 01100110 For bit a3 at T/2 So a3=1 Similarly same things is do for T/4,T/8…….. Continuing the same steps we get w5=100
Performance-evaluation-of-IFR-1-a3
- Performance Evaluation of Frequency Reuse 1 and 3 Schemes in LTE Networks
nef-1.4.0
- 非线性滤波框架(nef),包括了 EKF,UKF,DDF1 DDF2,CDF,迭代滤波器,随机积分滤波器, 组合滤波器, 集合卡尔曼滤波, 高斯和滤波,粒子滤波,自回归最小二乘方法-nonlinear estimation framework (NEF) toolbox A. Implemeted local estimation techniques: a1. (extended) Kalman filter a2. Unscented Kalman filter a3.
a3
- 语音信号的分析及前期的预处理,包括语音信号的一些特征;预处理包括前期的预滤波、小波降噪、预加重、加窗分帧、语音端点检测。-Speech signal analysis and pre processing, including some of the features of the speech signal preprocessing including pre filtering, wavelet noise reduction, pre emphasis, plus window fram
a3
- NEAR法 实现 距离多普勒SAR成像算法-SAR imaging algorithm implemented Doppler method NEAR
LSM
- 最小二乘法拟合function [TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = LSM(Inputs, Targets, No_of_Output) a1=[]; a2=[]; a3=[]; a4=[]; %%%%%%%%%%%%% Selecte training set randomly a = Inputs; b = Targets; c = [ b' a']; [M,N] = size