-
ConstructWaveBaseFunction
说明: 紧支撑小波基的构造。
以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像.
void Convolution(double* pShortData, int nShort, double* pLongData, int nLong)
int CalcScaleFunction(double* pOutData)
int CalcWaveletFunction(double* pOutData)
Convolution()不是通用的离散卷积代码,而是简单地实现了后面两个函数需要的离散卷积,它要求输入的前一个数组长度小于后一数组长度,而且卷积结果就直接覆盖存储在后一数组中。CalcScaleFunction()计算尺度函数,CalcWaveletFunction()计算小波函数。
(Compactly supported wavelet bases constructed. To Daubechies wavelet filter coefficients as an example, the derived wavelet function and scaling function, and draw their images. Void Convolution (double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction (double* pOutData) int CalcWaveletFunction ( double* pOutData) Convolution () instead of generic discrete convolution code, but simply the realization of a function behind the need for two discrete convolution, which requires input before an array length is less than the array length of the latter, but the result of convolution directly covered by the latter is stored in the array. CalcScaleFunction () calculated scaling function, CalcWaveletFunction () calculation of wavelet function.)
- 2020-11-10 20:19:45下载
- 积分:1
-
6_2mine
数字信号处理中关于最小误差平方计算处理的程序(Digital signal processing for the minimum square error calculation processing procedures)
- 2013-05-22 12:02:33下载
- 积分:1
-
C# 人事工资管理系统
C# 开发的人事工资管理系统,能够切换皮肤,设置公司信息,设置数据库的访问方式。
综合ERP 的优点适合做二次开发,适合初学者开发,数据直接附加就可以了。
- 2022-01-27 08:58:10下载
- 积分:1
-
STM32读取sram的完美代码
主程序实现功能:
本例程使用GPIO模拟I2C时序实现串行EEPROM的读写,并测试读写速度。
核心文件为:
bsp_i2c_gpio.c/.h : I2C底层协议的实现代码(所有的I2C器件均可用)
bsp_eeprom_24xx.c/.h : 24XX串行EEPROM的驱动程序
demo_i2c_eeprom.c/.h : 演示EEPROM读写的主程序
修改SCL时钟频率的方法:修改bsp_i2c_gpio.c中的函数 static void i2c_Delay(void)
- 2022-07-17 09:13:04下载
- 积分:1
-
TUIO3D_MT
unity3D动画引擎编写的多点触摸效果,实现了tuio协议和unity3D的无缝结合,可以实现物体的旋转功能,初学者可以学习tuio的实用方法(unity3D animation engine written in multi-touch effect, achieved tuio agreements and unity3D seamless combination of object rotation function can be achieved, beginners can learn practical ways tuio)
- 2010-06-10 23:42:22下载
- 积分:1
-
MyOpenGL
说明: 利用OPENGL实现三维显示,包括读入OBJ数据进行平移旋转缩放等操作(3D VIEW)
- 2011-04-01 17:38:23下载
- 积分:1
-
OGL_Set_Web2
Lod程序,非常好的学习LOD技术的源代码(Lod procedures, very good to learn the source code technology LOD)
- 2008-08-08 11:58:40下载
- 积分:1
-
STM32+SHT31温湿度传感器程序
STM32103+SHT31温湿度传感器检测温湿度值(Detection of Temperature and Humidity Value by STM32103+SHT31 Temperature and Humidity Sensor)
- 2021-04-06 09:59:02下载
- 积分:1
-
基于DSP28335的RS485串口通讯与AD采样开发程序
【实例简介】
- 2021-07-23 00:30:59下载
- 积分:1
-
fastica1
很清晰的fastica算法,主要是有关主元分析的程序,很好的,自己编的,有不会的 可以咨询(it s a progress which is fastica)
- 2013-09-13 23:41:08下载
- 积分:1