-
FFT2
进行快速傅里叶变换的程序,可以利用C++或者MATLAB直接完成快速傅里叶变换(Fast Fourier transform for the program can be utilized C++ or MATLAB directly to complete the fast Fourier transform)
- 2013-01-24 15:51:43下载
- 积分:1
-
VC(6.0)_ecg
用VC6.0编写的对话框程序,可以读取ECG(txt格式)数据,并画图。采用差分阈值法对心电信号进行R波的检测并显示R波检测的个数,效果较好。程序中也编写了一个滤波器对心电数据进行滤波。(VC6.0 prepared by the dialog box procedure, you can read ECG (txt format) data, and drawing. Differential threshold method ECG R-wave detect and display the number of R-wave detection, the better. The program also write a filter for filtering the ECG data.)
- 2015-07-29 13:51:49下载
- 积分:1
-
dem-basic
dem差值计算,给定基础网格高程对相应空间迭代差值获得网格高程(dem difference calculation, given the appropriate space on the basis of the grid elevation difference of iterations to get the grid elevation)
- 2015-03-19 15:52:42下载
- 积分:1
-
Viterbi_Tst
这是用itpp库编写的卷积码的解码程序。由于用C++库和Intel的MKL库,所以速度飞快。同样的仿真点数,
Matlab2012下用了15分半钟,而这个程序仿真只用了半分钟,相当于是matlab速度的30多倍。(This is itpp prepared for the convolutional code decoding process. Because with C++ libraries and Intel' s MKL library, so fast. The same simulation points under Matlab2012 spent 15 and a half minutes, and this program simulation with only half a minute, the equivalent of 30 times the speed of matlab.)
- 2014-01-08 14:41:50下载
- 积分:1
-
EmbeddedSystemLab_OpalRT
A hex file extremely useful for all
- 2012-09-05 16:40:58下载
- 积分:1
-
txt
适合卫星通信本科学生借鉴。主要为卫星转发器仿真设计。可以实现上下变频,非线性放大器实现和卫星转发器实现。(Satellite transponder Simulation Design。Achieve Frequency conversion)
- 2014-01-24 19:37:06下载
- 积分:1
-
matlabandvc
VC++与Matlab混合编程的快速实现。快速实现vc++与matlab的接口通信。(VC++ and Matlab Fast Implementation of mixed programming. Fast Implementation of vc++ and matlab interface communication.)
- 2010-10-30 09:34:08下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1
-
lyapunov_xie
说明: 李氏指数求取程序下载!lyapunov指数的求取(lyapunov)
- 2009-08-05 19:20:45下载
- 积分:1
-
Lms_C_Fixed
DSP DSK6713 LMS Filter project
- 2014-11-30 13:10:17下载
- 积分:1