-
rk
说明: 用四阶古典RK方法解初值问题:
取h=1/8。每隔8步打印出数值解与真解的值(u(t)=(t^2)/2-t),画出它们的大致图像,并对产生的结果做出解释。
(with four bands classical RK method for initial value problems : from h = 1/8. Every eight-step numerical solution print and in the true value (u (t) = (t ^ 2)/2-t), they generally draw the images, as well as the results of an explanation.)
- 2006-05-27 00:07:17下载
- 积分:1
-
matlab
关于matlab的一本书,吕梁山编写的matlab与通信仿真的书籍,写的很好,很有参考价值(A book on matlab, matlab Luliangshan written books and communication simulation, well written, useful reference)
- 2010-05-16 15:07:29下载
- 积分:1
-
SpeechRec
基于Matlab的语音识别系统,实现了基本的算法,具有较高的参考价值。(Matlab-based speech recognition system to achieve the basic algorithm, has a high reference value.)
- 2013-12-03 10:33:28下载
- 积分:1
-
papersofmatlab
说明: matlab遗传算法实现论文,十分经典有用,对学习遗传算法编程很有帮助。(matlab genetic algorithm papers, very classic useful and helpful in learning genetic algorithm programming.)
- 2010-04-05 17:06:02下载
- 积分:1
-
blcdm
无刷直流控制系统的simulimk仿真模型(Brushless DC control system simulation model simulimk)
- 2009-03-13 21:19:32下载
- 积分:1
-
GMM
this code is for implementation of Gmm using Matlab
- 2010-07-18 13:40:39下载
- 积分:1
-
lab-PS
is a document hwo help to know about electrical enginering
- 2013-05-14 14:29:32下载
- 积分:1
-
123
有关回归分析的所有算法,包括详细的原理介绍及具体的matlab代码,很适合初学者使用,及有关工程人员参考;其中包含了一元线性回归、最小二乘估计方法、显著性检验、多元线性回归、利用回归模型预测、非线性回归、逐步回归等(All algorithms related to regression analysis, including a detailed description and the specific principles matlab code, it is suitable for beginners to use, and related engineering personnel reference which contains a linear regression, least squares estimation method, significant test, multiple linear regression using the regression model to predict, nonlinear regression, stepwise regression, etc.)
- 2021-05-09 15:28:34下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
Digital-baseband-system
数字基带系统将数字信号从时域上看时数字滚降,需要画出滚降前后的波形展示出来。频域上带宽变化了。输入滤波器之前的波形与采样判决之后的波形。采样判决前的频谱。
采样判决后的码型。
2、眼图(采样判决之前的眼图)(信噪比大眼图清晰)
3、误码曲线,(横坐标时信噪比,纵坐标时误码率)
4、Arfa变化对误码特性的影响,变好还是变差(变好),眼图清晰度变化(清晰),传递函数的带宽的变化。(带宽越大)(1.Digital baseband system point of view the digital signal from the time domain when the number of roll-off, you need to draw the waveform displayed before and after the roll-out. The frequency domain, the bandwidth change. Input filter and sample ruling before the wave after wave. Sample pre-judgment spectrum.
Sampling pattern after the verdict.
2, the eye diagram (eye before sampling decision) (SNR big eye clear)
3, the error curve (abscissa when the signal to noise ratio, bit error rate when the vertical axis)
4, Arfa impact of change on BER performance, get better or worse (getting better), change of eye-definition (clarity), the transfer function of the bandwidth changes. (The greater the bandwidth))
- 2011-06-03 23:04:22下载
- 积分:1