-
很好的算法,可广泛用于各行业(如工控)计算组态
很好的算法,可广泛用于各行业(如工控)计算组态-It s a very good arithmetic that can be used at many industries.such as industry control,for caculation configuration.
- 2023-05-22 03:45:03下载
- 积分:1
-
I2C 仿真 model
i2c_slave_bfm.v ---- i2c model
i2c_slave_bfm_readme --- 说明文档
该仿真模型可以进行时序参数是否满足要求的检查,可以保证开发者进行自动化的验证。可以高效的进行仿真。
时序参数可以根据不同的器件进行修改,简单易用。
- 2022-07-20 12:54:18下载
- 积分:1
-
headpose估计
应用背景基于OpenCV和OpenGL的头部姿态估计;关键技术我用PNP从对应点得到头部的六自由度位姿。我以前在手上选出来的信件,但得到的二维位置:左眼,右眼,左耳,右耳,左嘴,右嘴和鼻子。然后我用一个女性的头部三维模型下(在这里)得到相同的特征的三维点,简单地用meshlab的“获取信息”选择。解决一个PNP(Perspective-N-Point)问题是好的当你想得到2D-3D对应的三维物体的方位(6DOF)。由作者
- 2022-03-17 04:30:24下载
- 积分:1
-
buttreworth滤波器源码
内含butterworth、chebyshev、elliptic滤波器,高通低通等各种滤波器源码,C语言编程,简单易懂,可根据自己需要修改,然后移植到各个平台。
- 2022-06-26 10:42:24下载
- 积分:1
-
AES算法加密工具
AES算法加密工具,使用C++语言实现--------------------------------
- 2022-01-25 18:54:11下载
- 积分:1
-
样条曲线绘制
采用C#语言编写的的三次样条曲线算法,实现曲线光滑绘制,运行速度快,适合初学者
- 2022-03-23 11:22:58下载
- 积分:1
-
词法分析器
//分割符号
#define is_end(c) (c=="{"||c=="}"||c=="("||c==")"||c=="["||c=="]"||c==","||c==";")
//表达式符号
#define is_exp(c) (c=="&"||c=="|"||c=="!" || c=="=" || c=="+"||c=="-"||c=="*"||c=="/" || c=="")
//数字
#define is_num(c) (c>= "0"&&c
- 2023-01-10 16:50:04下载
- 积分:1
-
FIR filter coefficients C source code, plus a variety of window treatment
FIR滤波器系数计算 C源码,有多种加窗处理-FIR filter coefficients C source code, plus a variety of window treatment
- 2022-05-24 21:28:42下载
- 积分:1
-
FFT algorithm version of the C language description of classes.
FFT 算法的C语言班版描述。本人亲自编写,希望对你有用。-FFT algorithm version of the C language description of classes.
- 2022-03-04 05:48:04下载
- 积分:1
-
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照...
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A total of three sources. Among them, dos.cpp FIR bandpass to the source, the filter order n, the low-frequency filter FLN, the high-frequency filter fhn, window function w, in accordance with the requirements change. Here is the Hanning window. The main function main.cpp achieve the input and fir h (n) convolution, the output Y (n), and store them in y.txt China. Finally, graphics.cpp y.txt read data from and then draw waveform statement, we can clearly see whether calculations are correct, and comparisons.
- 2022-01-24 14:42:03下载
- 积分:1