-
LMS_4QAM
此程序为基于LMS的自适应均衡器的仿真,取得信号为4QAM信号(This program for the simulation of the LMS-based adaptive equalizer to obtain the signal for 4QAM signal)
- 2012-05-15 15:07:38下载
- 积分:1
-
jiandan
buck-boost的Matlabsimulink仿真(Matlabsimulink simulation of the buck-boost)
- 2012-06-04 12:58:05下载
- 积分:1
-
123456
对信号的FFT变换和有随即噪声信号的FFT变换,适合初学者学习(FFT transform of the signal and then noise signal FFT transform, suitable for beginners to learn)
- 2013-04-27 14:54:01下载
- 积分: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
-
mydefunction
export To Zip Identifies file
- 2010-12-16 19:40:58下载
- 积分:1
-
Untitled13
FDTD Finite-Difference Time-domain in free space no ABC
FDTD(t) runs FDTD for time t.
FDTD implements the FDTD/staggered leapfrog scheme
over time 0-max_time and space 0-max_space. This program
simulates a gaussian pulse in the grid specified with
max_time and max_space. The pulse is sent from the center of
the problem space and disperses in both directions
-Kira Heater
- 2011-01-04 14:47:23下载
- 积分:1
-
SPWM simulink
Matlab/Simulink仿真课程设计(论文)任务书,电压型逆变器 SPWM 调制技术的仿真.单相单极性SPWM调制,单相双极性SPWM调制,三相双极性SPWM调制(Matlab/Simulink simulation curriculum design (thesis) paper SPWM voltage source inverter modulation simulation. Unipolar SPWM modulation single-phase, single-phase bipolar SPWM modulation, three-phase bipolar SPWM modulation)
- 2021-04-08 14:49:00下载
- 积分:1
-
theortynuralnetMatlab7
说明: 神经网络理论与Matlab7实现,与《神经网络理论>书籍配套(Neural Network Theory and Matlab7 realized, with the " neural network theory" book package)
- 2009-08-25 22:31:30下载
- 积分:1
-
AM-Matlab
Amplitude modulation and demodulation using simulink and matlab.
- 2013-11-17 02:20:55下载
- 积分:1
-
D2dataset-master
Perform SVM and test results
a) For now, assume that the main script is grid_search.IT performs a grid search for SVM using RBF kernel , for the 2 parameters C and gamma .Criterios for choosing the right values is the F1 score and accuracy of the classifier. b) Having choosen the right parameters , the next step is to convert binary values to probabilities.
- 2017-09-25 19:17:20下载
- 积分:1