Welcome![Sign In][Sign Up]
Location:
Search - coef

Search list

[Windows Developduoxiangshixiangjia

Description: windows编程工具Visual C++编写,数据结构作业,两个一元多项式相加源程序,多项式的系数coef是float型; 多项式的指数expn是int 型 ;-Visual C preparation, data structure operations, 2 1 yuan polynomial combined source, the polynomial coefficients is Coef float; Polynomial index expn is int type;
Platform: | Size: 1841 | Author: 刘宇 | Hits:

[CSharpduoxiangshi

Description: Status InitPolyn(polyn P) {/*建立一个空的一元多项式的链表*/ P=(polyn)malloc(sizeof(LNode)) if(P==NULL) exit (OVERFLOW) P->data.coef=0 P->data.expn=-1 P->next=NULL return OK }/*InitPolyn*/-Status InitPolyn (Polynesia P) (/ * establish an empty number one yuan - Chain * / P = (Polynesia) malloc (sizeof (LNode)) if (P == NULL) exit (overflow) P -
Platform: | Size: 6522 | Author: iieeww | Hits:

[Graph programcoef

Description: 求小波系数的程序,即快速有简单 -wavelet coefficients for the procedure, Quick is a simple !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Platform: | Size: 4318 | Author: 王夏 | Hits:

[Other resourcecoef

Description: 用于产生各种多小波滤波器系数的程序,包括Cl2小波,GHM多小波等等,很好用
Platform: | Size: 3069 | Author: 岑翼刚 | Hits:

[Other resourcedec1D_pe

Description: 一维信号的多小波分解程序,具体小波系数从coef系数文件中获取。需要先对一维信号进行预滤波
Platform: | Size: 964 | Author: 岑翼刚 | Hits:

[Other resourcedec2D_pe

Description: 对二维图像进行多小波分解,与一维信号多小波分解类似,分解系数从coef.m文件中获取
Platform: | Size: 773 | Author: 岑翼刚 | Hits:

[Other resourceMatlab_DTMF

Description: 基于matlab的DTMF仿真 DTMF为行频和列频(697Hz 770Hz 852Hz 941Hz 1209Hz 1336Hz 1477Hz 1633Hz)组合代表按键输入,使用以下公式可计算出行频和列频,从而确定按键编码: vk(n) = 2*coef*vk(n-1) - vk(n-2) + x(n) y(N)*y(N) = vk(N)*vk(N) - 2*coef*vk(N)*vk(N-1) + vk(N-1)*vk(N-1)
Platform: | Size: 1164 | Author: ken | Hits:

[Windows Developduoxiangshixiangjia

Description: windows编程工具Visual C++编写,数据结构作业,两个一元多项式相加源程序,多项式的系数coef是float型; 多项式的指数expn是int 型 ;-Visual C preparation, data structure operations, 2 1 yuan polynomial combined source, the polynomial coefficients is Coef float; Polynomial index expn is int type;
Platform: | Size: 2048 | Author: 刘宇 | Hits:

[Graph programcoef

Description: 求小波系数的程序,即快速有简单 -wavelet coefficients for the procedure, Quick is a simple !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Platform: | Size: 4096 | Author: 王夏 | Hits:

[Waveletcoef

Description: 用于产生各种多小波滤波器系数的程序,包括Cl2小波,GHM多小波等等,很好用-Used to produce a variety of multi-wavelet filter coefficients procedures, including Cl2 wavelet, GHM multiwavelet and so on, very good use
Platform: | Size: 3072 | Author: 岑翼刚 | Hits:

[2D Graphicdec1D_pe

Description: 一维信号的多小波分解程序,具体小波系数从coef系数文件中获取。需要先对一维信号进行预滤波-One-dimensional signals in multi-wavelet decomposition process, the specific wavelet coefficients from the coefficient coef document access. Need to signal to the one-dimensional pre-filtering
Platform: | Size: 1024 | Author: 岑翼刚 | Hits:

[2D Graphicdec2D_pe

Description: 对二维图像进行多小波分解,与一维信号多小波分解类似,分解系数从coef.m文件中获取-Two-dimensional images of multi-wavelet decomposition, and one-dimensional wavelet decomposition of multi-signal similar decomposition coefficient obtained from the document coef.m
Platform: | Size: 1024 | Author: 岑翼刚 | Hits:

[matlabMatlab_DTMF

Description: 基于matlab的DTMF仿真 DTMF为行频和列频(697Hz 770Hz 852Hz 941Hz 1209Hz 1336Hz 1477Hz 1633Hz)组合代表按键输入,使用以下公式可计算出行频和列频,从而确定按键编码: vk(n) = 2*coef*vk(n-1) - vk(n-2) + x(n) y(N)*y(N) = vk(N)*vk(N) - 2*coef*vk(N)*vk(N-1) + vk(N-1)*vk(N-1)-禄脵脫脷matlab渭脛DTMF 脗脮忙DTMF脦 陋 脨脨脝渭 潞 脥脕脨脝渭 拢 篓 697Hz 770Hz 852Hz 941Hz 1209Hz 1336Hz 1477Hz 1633Hz 拢 漏 脳 茅 潞 脧
Platform: | Size: 1024 | Author: ken | Hits:

[Picture Viewerjpg_function

Description: // RGB -> YCbCr // Y = Coef. for red*Red+Coef. for green*Green+Coef. for blue*Blue // Cb = (Blue-Y)/(2-2*Coef. for blue) // Cr = (Red-Y)/(2-2*Coef. for red) // YCbCr -> RGB // Red = Cr*(2-2*Coef. for red)+Y // Green = (Y-Coef. for blue*Blue-Coef. for red*Red)/Coef. for green // Blue = Cb*(2-2*Coef. for blue)+Y -// RGB-> YCbCr // Y = Coef. for red*Red+Coef. for green*Green+Coef. for blue*Blue // Cb = (Blue-Y)/(2-2*Coef. for blue) // Cr = (Red-Y)/(2-2*Coef. for red) // YCbCr-> RGB // Red = Cr*(2-2*Coef. for red)+Y // Green = (Y-Coef. for blue*Blue-Coef. for red*Red)/Coef. for green // Blue = Cb*(2-2*Coef. for blue)+Y
Platform: | Size: 1024 | Author: 张晓东 | Hits:

[Windows DevelopDatastructsaa

Description: #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针 }*polynomail //结构体类型的指针-# Include <stdio.h># Include <stdlib.h># Define OK 1# Define OVERFLOW-2typedef int status typedef struct LinkList (//use with header node list in an orderly manner that the polynomial float coef// coefficient int expn// index struct LinkList* next// point subsequent pointer)* polynomail// structure type of pointer
Platform: | Size: 2048 | Author: 周小强 | Hits:

[Documentswenzhouxueyuan

Description: #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2 typedef int status typedef struct LinkList{ //用带表头结点的有序链表表示多项式 float coef //系数 int expn //指数 struct LinkList *next //指向后继的指针 }*polynomail //结构体类型的指针-# Include <stdio.h># Include <stdlib.h># Define OK 1# Define OVERFLOW-2typedef int status typedef struct LinkList (//use with header node list in an orderly manner that the polynomial float coef// coefficient int expn// index struct LinkList* next// point subsequent pointer)* polynomail// structure type of pointer
Platform: | Size: 33792 | Author: 周小强 | Hits:

[BooksDecentralizedAdaptive_Control_of_Nonlinear

Description: Abstract—Stable direct and indirect decentralized adaptive radial basis neural network controllers are presented for a class of interconnected nonlinear systems. The feedback and adaptation mechanisms for each subsystem depend only upon local measurements to provide asymptotic tracking of a reference trajectory. Due to the functional approximation capabilities of radial basis neural networks, the dynamics for each subsystem are not required to be linear in a set of unknown coeffi cients as is typically required in decentralized adaptive schemes. In addition, each subsystem is able to adaptively compensate for disturbances and interconnections with unknown bounds.
Platform: | Size: 151552 | Author: centema | Hits:

[Otherpolynomial-

Description: 一元多项式相加减 #include<stdio.h> #include<malloc.h> typedef struct polynode /*用单链表存储多项式的结点结构*/ { int coef int exp struct polynode *next }node-Unary polynomial-phase addition and subtraction# include <stdio.h># include <malloc.h> typedef struct polynode/* single linked list node structure stored polynomial*/(int coef int exp struct polynode* next ) node
Platform: | Size: 1024 | Author: 张朗 | Hits:

[matlabMWMP

Description: MWMP是一个运行MATLAB下面的多小波软件包,它是目前功能比较全面的一个多小波软件包,能够用于科学研究例如图像压缩、信号降噪等。它提供了一些比较常见的单小波与多小波滤波器,也提供了多小波的一些常用的预滤波算法,并且,只要修改coef.m文件,就可增加新的滤波器组,同时,修改文件coef_prep.m文件,可增加新的预滤波方法。-MWMP is the following one to run MATLAB package of multi-wavelet, which is currently the more comprehensive package of more than one wavelet can be used for scientific research such as image compression, signal noise reduction. It provides some of the more common single-wavelet and multiwavelet filters, also provides some of the commonly used multi-wavelet pre-filtering algorithm, and, as long as the changes coef.m file, you can add a new filter at the same time, modify the file coef_prep.m file, increase the new pre-filtering method.
Platform: | Size: 46080 | Author: shenyang | Hits:

[matlabcoef

Description: Matlab program of a coupling coefficient in a step index fiber coupler for variation of separation of fiber axis
Platform: | Size: 1024 | Author: daxdrift | Hits:
« 12 3 »

CodeBus www.codebus.net