-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1
-
psk
学习matlab时编写的一个关于psk的小程序,应该还是有用的(Matlab prepared to learn when a small program on the psk, it should be useful)
- 2008-12-31 15:07:51下载
- 积分:1
-
heat-transfer-matlab-code
一维传热方程求解,使用dirichit边界条件。(one-dimensional heat transfer code)
- 2011-06-23 02:56:59下载
- 积分:1
-
SeismoSignal-v4.3.0_build101---
将加速度积分成速度位移,并且滤波,很好用(Displacement velocity integral of the acceleration and filtering, the good)
- 2020-11-11 16:29:44下载
- 积分:1
-
SER_QPSK_Rotated
QPSK的误符号率以及QPSK的旋转星座的误符号率源代码。(Rotation QPSK symbol error rate as well as QPSK constellation symbol error rate of the source code.)
- 2012-11-18 22:49:45下载
- 积分:1
-
lixiangditong
分别设计理想低通滤波器、巴特沃思滤波器、指数滤波器、梯形低通滤波器,并对含高斯噪声的图像进行低通滤波,截止频率自选,观察不同的截止频率,不同的滤波器的滤波效果。(Were designed for the ideal low pass filter, Butterworth filter, exponential filter, ladder low-pass filter, and Gaussian noise images with low-pass filter cutoff frequency chosen to observe the different cut-off frequency, different filter filtering device.)
- 2011-05-11 15:19:22下载
- 积分:1
-
Desktop
This project gives the design of control system and
speaker recognition code using matlab. Matlab’s straightforward
programming interface makes it an ideal tool for speech analysis
projects. For the current project, experience was gained in
general matlab programming and the design of control system. A
basic speaker recognition algorithm has been written to sort
through a rule base in matlab and choose the one most likely
match based on the pre define time frame of the speech
utterance.
- 2013-03-05 22:34:22下载
- 积分:1
-
KFandPF
卡尔曼滤波器和粒子滤波器的MATLAB演示程序(Kalman filters and particle filters MATLAB demo)
- 2009-01-28 09:34:44下载
- 积分:1
-
lms
这个程序关于语音消噪,实现了一个基于最小均方误差算法的二阶自适应噪声对消器(This program concerning speech denoising achieve a minimum mean square error algorithm based on second-order adaptive noise cancellation)
- 2013-07-27 11:10:10下载
- 积分:1
-
Feedforward-PID
基于matlab前馈补偿的PID控制程序(Feedforward compensation of PID control based on)
- 2014-09-10 19:54:04下载
- 积分:1