搜索资源列表
MEXexample
- MATLAB中MEX命令的两个程序例子, 有详细解释, 如何在MATLAB里面调用C/C++函数-MATLAB MEX orders of the two procedures example, a detailed explanation How MATLAB inside called C / C function
communication_mat_sim
- 很多通信系统的matlab程序,便于修改调用,欢迎使用!-many communications systems Matlab procedures to facilitate changes called Welcome!
MFSK
- mfsk的调制解调用MATLAB实现,是个好东西-mfsk the modem call MATLAB implementation is a good thing
code
- word文档对球形译码的理论原理和仿真结果进行了分析 1.sphereandML是主程序,性能接近最大似然ML检测,调用了spheredecode和spheredecodeinf两个子程序; 2.main_spheretoML是主程序,性能达到最大似然NL检测,调用了spheredecodetoML和spheredecodeinftoML两个子程序。-word document on the theory of spherical decoding theory and simulati
gpsatmmodel
- GPS定位中对流层模型改正,应经生成类库,可以直接调用-GPS positioning in the troposphere correction model should be generated by the class library, you can directly call
FIRdigitalfilter
- FIR数字滤波器设计及软件实现 。(1)掌握用窗函数法设计FIR数字滤波器的原理和方法。 (2)掌握用等波纹最佳逼近法设计FIR数字滤波器的原理和方法。 (3)掌握FIR滤波器的快速卷积实现原理。 (4)学会调用MATLAB函数设计与实现FIR滤波器。 -FIR digital filter design and software implementation
algorithm_selecting_satellite
- GPS定位中调用的选星子程序,依据每颗卫星贡献的GDOP值的大小进行选星,其中又分为递推选星和直接选星。考虑到机动载体存储空间限制,选星为4颗或6颗。而6颗卫星的GDOP值更接近所有卫星时的值,且计算量小。-GPS positioning called planetesimals selection process, based on the contribution of each satellite GDOP value of the selected size of stars, whic
chirp
- 文件说明: 1, mychirpmdl.mdl是用simulink工具实现的chirp信号脉冲串。具体的参数设置可以看一下matlab的帮助。(双击某一个模块,就会出现一个参数设置对话框,点击help即可查看各个参数的意义) 2, mychirp.m是用matlab语言编写的实现chirp信号脉冲串的源文件。文件里有详细注释。并且参数都是可以设置的,但要注意各个参数之间的关系。 3, mychirp.fig是运行mychirp.m的结果。 4, mypluse.m是调用函数实现的
simulation(ldd)
- 对通信系统中的调制解调方式如qpsk,GMSK,QAM等进行的matlab仿真,所有的函数均为自己编写,未调用matlab内部函数。有助于读者更好的理解调制解调过程以及仿真原理-On the communication system such as modulation and demodulation qpsk, GMSK, QAM, etc. of matlab simulation, all the functions are to write your own, without call
GPS--C_Matlab
- 在本 GPS 软件接收机的实现中,主要针对C/A 码的捕获和跟踪算 法进行了C++代码的优化和改进,并在C++环境中调用Matlab 来实现 傅立叶变换的快速计算,将C++和Matlab 有机地结合在一起,提高了软件接收机的处理速度;使用类函数来实现大量的数组和矩阵运算,简化了程序的复杂性,提高了程序的可读性;分析所得到的卫星并从中筛选出四颗卫星来计算用户位置,提高了用户位置的精度。-In the GPS software receiver implementation, mainly
ofdm_QAM
- 我的毕业设计程序,运用了matlab自带调用函数,简单易懂-I graduated from the design process, call the function using the matlab built, easy to understand
GPS_SPP
- GPS伪距单点定位,包括导航文件、观测文件、精密钟差和精密星历的读取,对流层Hopfield模型,电离层K8模型,采用最小二乘法,最后通过调用matlab来计算测站坐标。对GPS编程初学者是很好的编程哦。-GPS pseudorange point positioning, including navigation documents, observation files, precision clock bias and precision ephemeris read, Hopfield m
ConsoleApplication5
- 此程序为八木天线波瓣图,利用C调用matlab,包含场强方向等(Draw the pattern of Yagi antenna)
BER
- 这是一个matlab和optisystem联合调试用的误码率计算程序,里面的文件报过一个可以用optisystem7和optisystem13可以打开的OSD仿真图,还有一个MATLAB计算BER的程序。给出了如何设置系统的大纲。从OptiSystem的电信号输入到Matlab组件。当OptiSystem运行时,它将调用Matlab组件中的M文件,处理数据,然后将所得的电信号导出回OptiSystem。然后将输出信号连接到BER分析仪。经过我调试,文件齐全,放心下载(The attached i
MATLAB call OptiSystem
- 通过matlab的M文件调用optisystem打开OSD文件,并进行仿真,把数据返回到matlab画图。很实用,简单。OSD一定要用optisystem13版以上的才能打开。(Through the MATLAB M file, call optisystem, open the OSD file, and simulation, the data returned to the MATLAB drawing. Very practical, simple. OSD must use more
matlab 调用CTP
- 使用matlab调用CTP接口,完成交易下单,行情序列等功能(using matlab to call CTP API)
FM
- MATLAB仿真 FM调制和解调过程,并把解调出来的数据写入文本,方便quartus和modelsim仿真调用(MATLAB simulation FM modulation and demodulation process, and the data written into the text of the demodulation, to facilitate the quartus and Modelsim simulation calls)
VisualC_调用MATLAB程序的接口方法_杨文波
- 本文介绍了VC++调用 MATLAB的M 文件的几种常用方法及各自的特点 , 并结合开发实例重点说明了在VC ++中使用MATCOM 连接Matlab 文件的具体实现过程(Several interface methods of calling Matlab m file are introduced in this paper, as well as their characters.And an instance is given to illustrate the method to ca
TcpIp
- 通信demo。作为客户端,调用TCP端口,连接远程modbus从站,发送16报文。(communication demo. As client , open TcpIp port, connect modbus slave, send fun=16 code.)
QPSK
- QPSK的收发系统,程序通过调用单步方法执行每个系统对象,得到BER和总处理比特数。(sending and receiving of QPSK)