-
SNR_and_MSE
说明: mmse与snr的算法仿真,最小均方误差和最大信噪比,获得自适应算法的最优权,实现抗干扰(mmse snr algorithm and simulation, the minimum mean square error and maximum signal to noise ratio, the right of access to optimal adaptive algorithm to achieve anti-jamming)
- 2010-03-31 22:44:19下载
- 积分:1
-
PIDMatlabC
介绍了PID算法的matlab编程以及相对应的C语言编程(Introduced PID algorithm matlab programming and the corresponding C language programming)
- 2013-08-08 22:49:13下载
- 积分:1
-
radar-detection
超速行驶是引起交通事故的主要原因之一,雷达测速仪是检测车辆超速行驶的有效方式之一。本代码用Matlab仿真实现多普勒雷达测速,在MATLAB仿真软件中对被检测车辆运动产生的多普勒频率进行频谱分析。(Speeding is one of the main causes a traffic accident, the radar gun is one effective way to detect speeding vehicles. The code using Matlab simulation Doppler radar gun, the vehicle motion is detected Doppler frequency spectrum analysis in MATLAB simulation software.)
- 2013-04-18 10:25:21下载
- 积分:1
-
huffman_code
使用matlab实现香农编码,并求出编码效率(Using matlab to achieve the Shannon encoding, and find the coding efficiency)
- 2013-05-16 14:05:34下载
- 积分:1
-
dtc-matlab
异步电机直接转矩控制,里面包括报告和直接转矩控制程序,有mdl文件和m文件(Direct torque control of induction motor, which includes a report and direct torque control procedures, MDL files and M files)
- 2014-05-06 20:15:26下载
- 积分:1
-
greedy_user_pairing
MU-MIMO中的贪婪算法的MATLAB程序。(Greedy user pairing algorithm in MU-MIMO.)
- 2011-11-15 10:12:01下载
- 积分:1
-
BPSK
BPSK仿真,Eb/N0=0:10,得出BER与Eb/N0的关系曲线,AWGN信道(BPSK simulation, Eb/N0 = 0:10, draw BER versus Eb/N0 of the curve, AWGN channel)
- 2013-11-12 12:04:49下载
- 积分: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
-
filters
filter design of the wavelet
- 2011-04-25 14:26:27下载
- 积分:1
-
shiyan123
估计类均值向量和协方差矩阵的方法。
类间离散度矩阵、类内离散度矩阵的计算方法
(Estimated class mean vector and covariance matrix method. Between-class scatter matrix, within-class dispersion matrix calculation method)
- 2013-03-19 01:50:41下载
- 积分:1