The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
标签: illustrates elimination Gaussian pivoting
上传时间: 2014-01-21
上传用户:lxm
MATLAB is a high-level language for technical computing which is often used by engineers to help them design systems or analyse a system’s behaviour.
标签: high-level computing engineers technical
上传时间: 2014-01-11
上传用户:txfyddz
Joachims的SVM-light工具包 里面含有 两个.exe文件svm_classify.exe svm_learn.exe 可以实现Transductive SVM用Anton s Matlab interface to SVM light 使用会更方便
标签: exe Transductive svm_classify SVM-light
上传时间: 2017-01-18
上传用户:15736969615
8单径瑞利信道中的四发四收V-BLAST: (1) 请设计一种具体的导引辅助的信道估计方法,用Simulink进行仿真,测量16QPSK调制时的误码率性能。画出比特信噪比与信道估计均方误差的关系曲线,画出比特信噪比与误码率的关系曲线。 (2) 计算所设计方案的频谱效率是多少,单位为bit/Hz/s。
上传时间: 2017-01-25
上传用户:ainimao
本程序用matlab中的simulink对对象进行辨识,利用了S函数。
上传时间: 2017-02-01
上传用户:hopy
一个能根据心电图信号产生音乐的matlab程序,根据心电信号P, Q, R, S, 和 T的不同产生不同的音乐,用Midi with Piano tamber使产生的声音更好听
上传时间: 2014-01-26
上传用户:日光微澜
还在为“基于MATLAB的OFDM系统仿真”的朋友,可以看看我总结的资料! 该代码通过综合了本站中的两个源代码,在MATLAB 7.0下完成OFDM系统的完美仿真:音频数据采集->S/P转换->16QAM映射->IFFT处理->添加CP->P/S->理想/多径信道传送->……(FFT等)->传输结果比较(前后频谱图、可以直接通过听前后的音频文件来辨别系统的好坏-理想信道时音质前后相同)。在此还要感谢那两位站员提供相关的代码,也希望能对其他人有帮助。更希望本站能吸引更多的编程爱好者再创佳绩。
上传时间: 2014-12-02
上传用户:zhangyi99104144
Learn to model various modern communication systems with this book from one of the world s leading authors in communications, John G. Proakis. A very helpful reference to MATLAB users of various levels
标签: communication leading systems various
上传时间: 2017-05-07
上传用户:jing911003
s函数是system Function的简称,用它来写自己的simulink模块。(够简单吧,^_^,详细的概念介绍大伙看帮助吧)可以用matlab、C、C++、Fortran、Ada等语言来写
上传时间: 2017-05-20
上传用户:450976175
,用MATLAB实现快跳频通信系统的仿真。主要应用了SIMULINK和COMMUNICATION BLOCKETS两个模块。整个设计包括了信源产生部分、发送部分、跳频调制部分、信道部分、接收部分和结果分析部分共六个模块,核心技术是伪随机序列的产生和频率合成器的设计,而关键技术是收发两端的伪随机码元的同步。伪随机码的产生用S-函数编程来开发自己的SIMULINK模块。同步的实现是收发两端采用相同的扩频脉冲触发。而且在设计中每个模块都采用了模块封装技术,从而简化了框图结构
标签: COMMUNICATION 分 BLOCKETS SIMULINK
上传时间: 2013-12-26
上传用户:ljt101007