-
FrequencyPlot
关于FFT的一个例子,Short time FFT with octave smooth
by Matthes(An example of FFT on, Short time FFT with octave smoothby Matthes)
- 2009-01-05 20:32:13下载
- 积分:1
-
splinepot
Compute resonances of a one-dimensional potential obtained by taking a spline with value VV(i) at each point xx(i). The behavior at the
end points is chosen according to the "not-a-knot" condition if the end values are zero, the resulting (compactly supported) spline will
be C^1 at the end points.
- 2009-11-03 13:56:30下载
- 积分:1
-
codesss
it contain the coding of rsa,polyalphabetic,bpsk,apsk,vignere,qam
- 2012-10-29 22:58:06下载
- 积分:1
-
qam
通信学中的QAM调制,这是一个比较经典的程序(QAM in communications )
- 2010-09-19 10:41:33下载
- 积分:1
-
low_passfilter
用矩形窗设计线性相位FIR低通滤波器,给了源代码,已经调试过了。其中要用到一个函数myfreqz要自己编,在这也附上其代码。希望对大家有用。(Rectangular window with the design of linear phase FIR low-pass filter, to the source code, have been debug. To use a function which myfreqz to own, in that its code is also attached. Hope useful for everyone.)
- 2008-03-09 13:53:13下载
- 积分:1
-
prime
一是利用计算机对正整数进行素因子分解认识素数,通过运用筛法与试除法寻找一定范围内的素数,体会到筛法比试除法有效但无法找出所有素数;二是通过若干特殊形式的素数的研究,寻找素数生成公式,发现一些结论;三是借助于非线性拟合技术,观察素数分布规律,利用其研究有关数论问题。(The first computer was used to prime factor decomposition of positive integers understanding of prime numbers, through the use of screening method and trial division to find prime numbers within a certain range, the division experienced a test of an effective screening method but can not identify all the prime numbers second is through a number of special form of prime numbers research, looking for prime number generation formula, found that some of the conclusions third, by means of non-linear fitting technique to observe the distribution of prime numbers, using their research on number theory problems.)
- 2009-12-29 01:04:50下载
- 积分:1
-
PID_6
普通PID控制及其扩展算法控制的MATALB仿真程序,内容包含面广.(ordinary PID control algorithm and its expansion of enriching control simulation program, which includes many sectors.)
- 2007-03-11 14:01:45下载
- 积分:1
-
PWE-phononic-crystal
平面波展开法计算的二维声子晶体带隙,分别是正方与圆形散射体形成正方格子声子晶体,最后输出了能带图的数据,需要自己用画图软件画出来。(Plane wave expansion method to calculate the band gap of two- dimensional phononic crystals, which are square with rounded square lattice formed scattering crystal, the final output of the energy band diagram of the data, so you need to use drawing software drawn.)
- 2021-04-05 19:09:03下载
- 积分:1
-
pagerank-1.2(matlab)
基于matlab的pagerank代码,与大家共享(Matlab based on the pagerank code sharing with U.S.)
- 2009-02-13 00:33:28下载
- 积分:1
-
testcon
一个数学模型的优化
function testcon()
%% 设置初始值,上下限;
x0=[18 13 11]
lb=[3 0.1 7]
ub=[25 1 25]
%% 调用优化求解函数(testcon)
(Optimization of a mathematical model function testcon () set the initial value, the upper and lower limits x0 = [18 13 11] lb = [3 0.1 7] ub = [25 1 25] Call for Function Optimization (testcon))
- 2007-10-18 10:08:29下载
- 积分:1