-
CHENGXU
语音信号的数字滤波——IIR数字滤波器的双线性变换法设计(Speech signal digital filter-- IIR digital filter bilinear transform design)
- 2012-05-09 19:09:33下载
- 积分:1
-
ndgizjjk
music高阶谱分析算法,采用加权网络中节点强度和权重都是幂率分布的模型,gmcalab 快速广义的形态分量分析,自己编的5种调制信号,表示出两帧图像间各个像素点的相对情况,有详细的注释,有小波分析的盲信号处理,车牌识别定位程序的部分功能。( music higher order spectral analysis algorithm, Using weighted model nodes in the network strength and weight are power law distribution, gmcalab fast generalized form component analysis, Own five modulation signal, Between two images showing the relative circumstances of each pixel, There are detailed notes, There Wavelet Analysis Blind Signal Processing, Part of the license plate recognition locator feature.)
- 2016-04-12 22:42:31下载
- 积分:1
-
optical_function
光的振幅扩散函数、光学传递函数和点扩散函数,在光学仿真和光线传播中必须要用(ASF、OTF and PSF of light, having important using in light transmission)
- 2021-04-26 11:58:45下载
- 积分:1
-
gsignlms
对符号LMS算法进行性能仿真,并将其和LMS算法的 误差性能和收敛性能比较(The symbol LMS algorithm performance simulation, and error performance and LMS algorithm and convergence performance comparison)
- 2013-09-03 19:22:41下载
- 积分:1
-
mk
说明: 本文件可以用来精确计算M-K趋势值,以及倾斜度。 matlab的m文件 直接点击F5运行(This file can be used to accurately calculate the the MK trend values, as well as the inclination. matlab m file directly Click F5 to run)
- 2012-09-21 10:54:46下载
- 积分:1
-
CA-traffic-flow-simulation-
利用元胞自动机对交通流进行模拟,具体模拟某一特定车流密度下的(车流密度由用户设定)单、双车道交通流运行状况,并计算平均速度、换道频率、车流密度等参数。(To take advantage of cellular automata to simulate the traffic flow, the specific simulation under a particular density (density is set by the user), the running status of two-lane traffic flow and calculate the average velocity, frequency and density of the lane changing parameters.)
- 2015-07-17 10:36:45下载
- 积分:1
-
sijiache
私家车充电模型,私家车日行驶距离概率密度及累加函数,电动汽车出发时间(或者称开始充电的时间)概率(Private car charging model, private car day driving distance probability density function and cumulative electric vehicle departure time (or start charging of said time) probability)
- 2015-07-14 01:56:54下载
- 积分:1
-
qun-xq25
有借鉴意义哦,均值便宜跟踪的示例,各种kalman滤波器的设计。( There are reference Oh, Example tracking mean cheap, Various kalman filter design.)
- 2017-03-20 16:31:12下载
- 积分:1
-
16QAM
在awgn信道下的16QAM调制,绘出输出和接收端的星座图(In awgn channel 16QAM modulation, plotted output and receiver constellation)
- 2014-12-23 16:40:57下载
- 积分:1
-
EvaluateReversePolishNotation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
[ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9
[ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6
分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
- 2015-03-15 23:06:09下载
- 积分:1