搜索资源列表
SmithChart-VC
- 使用Visual C++ 6.0 开发的史密斯圆图演示程序。类CSmithChart为圆图类,其方法包括确定圆图范围,计算归一化阻抗,放射系数,画X圆,画R圆等。-6.0 using Visual C development of the Smith Chart Demonstration Program. Class CSmithChart round of graphs, including a round map to determine the scope of the calculat
20041244360340
- Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Tim
NLMSspeechenhancement.rar
- 双通道语音增强算法,消除环境噪声。采用归一化自适应方法,噪声抵消10dB,语音保持较好可懂度。,Dual-channel speech enhancement algorithm, to eliminate environmental noise. The use of normalized adaptive methods, noise cancellation 10dB, to maintain good voice intelligibility.
spliteSystem.rar
- 使用DirectX9.0c写的简易模拟爆炸粒子系统,一个粒子球体发生爆炸,各个粒子按照自己的法向量方向改变位置,以形成爆炸的效果,Using directx9.0c,it makes a spliding system,with all these splides changing their positions on the directions of their normalized vector.
guiyi.rar
- 实现利用matlab软件对指纹灰度图像作归一化处理,效果还可以。,Matlab software to achieve the use of gray-scale image of the fingerprint for the normalized results can also be.
Untitled
- 光孤子传输特性模拟 在光纤通信中,光脉冲信号在光纤中传输的过程中会受到色散、损耗和非线性等作用的影响而不断地发生演化和畸变。脉冲演化的规律遵循非线性薛定谔方程(NLSE)。由于NSLE 在一般情况下无法求得它的解析解,因此通常需采要用数值方法来求解,最终归结于求解归一化的NLSE。本文使用了分步傅里叶方法对归一化NLSE 进行了求解,并模拟了输入为一到三阶双曲正割光脉冲条件下光脉冲传输演变情况。-soliton In optical fiber communications, the optic
DlgWaveComm
- 是个串口的数据采集界面程序,完成对采样数据的归一化处理和波形显示,适合现学现用。-Is a serial interface for data acquisition procedures, the completion of the sampling data, normalized, and waveform display, suitable for the current study is to use.
ndvi
- 生成归一化植被指数(NDVI)数据产品及图象产品的IDL源程序-Generate normalized difference vegetation index (NDVI) data products and image products, IDL source code
RealTimeNormalizedCrossCorrelationAlgorithm
- Normalized Cross Correlation (NCC) algorithm is robust, but it has poor real-time performance due to its large amount of computation.
sscyf
- 典型窗函数的归一化幅频对数特性,凯泽窗的时域波形,低通滤波器的增益特性比较,实际滤波器的幅频特性-Typical window function of the normalized logarithmic amplitude-frequency characteristics, Kaiser window in time domain waveforms, low pass filter gain characteristics compared to the actual filter amp
GaussianNormalize
- 高斯内部归一化。 当一个特征中的各个分量具有不一样的权值时,应该把他们归一化到具有相同的权值。-Gaussian internal normalized. When a feature of the various components have not the same as the right value, they should be normalized to have the same weight.
Wav2Adpcm
- 该源码是对 *.wav语音波形文件做去直流电平,归一化处理后进行ADPCM编码压缩,形成编码文件和编码文件转外存格式转化,并利用编码文件做输入,进行解码并生成 *.wav 。该程序算法已经在产品中应用。-The source is a*. wav file to do voice waveform to DC-ping, normalized after treatment ADPCM coding compression, the formation of coding documentati
NormalizedCuts8056
- 对图像分割归一化算法进行编程,得到很好的结果-Of image segmentation algorithm normalized programming, get good results
normalizemiti
- 此程序可将将多个变量归一化,程序中是将两个变量归一化。-Multiple variables can be normalized
zncc
- ZNCC Normalized cross correlation m = zncc(w1, w2) Compute the zero-mean normalized cross-correlation between the two equally sized image patches w1 and w2. Result is in the range -1 to 1, with 1 indicating identical pixel patterns.-ZN
bpsk_r
- BPSK的R参数分析归一化,求瞬时平方包络均值-BPSK Analysis of the R parameters normalized, and the instantaneous mean-square envelope
gyhs
- 神经网络算法归一化函数原代码很详细强烈推荐哦-Neural network algorithm normalized the original function code in great detail strongly recommend Oh
Mustererkennung
- 通过分析不同电机的声音信号文件,识别出电机种类。通过归一化消除了转速的影响。可以分析现有文件,也可以通过数据采集卡进行实时分析。-By analyzing the voice of the electrical signals of different documents, identify the type of motor. Through the normalized elimination of the impact speed. Can be analysis of existing
normalized-Legendre-function
- 本程序是计算规格化勒让德函数的程序,其中已经给出了10阶规格化勒让德函数的例子,计算时,只需改正阶数即可-This program is a program to calculate the normalized Legendre functions, which has given 10 order normalized Legendre function example calculation simply correct order to
normalized cut matlab code
- this program for normalized cut(用于图像分割)