Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab files
Search - matlab files - List
中文版的matlab帮助文件,英文不好的兄弟们有福了-Chinese version of matlab help files, English is not good brothers blessed
Date : 2025-12-21 Size : 1004kb User : 小楼

This project aim was to build wireless software modem for data communication between two computers using an acoustic interface in the voice frequency range (20Hz– 20,000Hz). The transmitting antenna is a speaker (frequency response of: 90Hz – 20,000Hz) and the receiving antenna is a microphone (frequency response of: 100Hz – 16,000Hz). The test files used as information files were text files. This goal was attained both in an incoherent scheme and in a coherent scheme. Build under Matlab code, our modem uses OFDM (orthogonal frequency division multiplexing) modulation, synchronization by LMS sequence, channel estimation (no equalizer) via pilot tones. The symbols are either PSK or ASK for a constellation size of 2 or 4. To optimize the probability of error, these symbols were mapped using Gray mapping. Report-This project aim was to build wireless software modem for data communicationbetween two computers using an acoustic interface in the voice frequency range (20Hz-20000Hz). The transmitting antenna is a speaker (frequency response of: 90Hz-20000Hz) and the receiving antenna is a microphone (frequency response of: 100Hz-16000Hz). The test files used as information files were text files.This goal was attained both in an incoherent scheme and in a coherent scheme.Build under Matlab code, our modem uses OFDM ( orthogonal frequency divisionmultiplexing) modulation, synchronization by LMS sequence, channel estimation (noequalizer) via pilot tones. The symbols are either PSK or ASK for a constellation size of2 or 4. To optimize the probability of error, these symbols were mapped using Graymapping.Report
Date : 2025-12-21 Size : 546kb User :

This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs. -This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs.
Date : 2025-12-21 Size : 17kb User : marwa

NOTE: THIS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line) -Run PSO for u r system.-NOTE: THIS IS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line) -Run PSO for u r system.
Date : 2025-12-21 Size : 1kb User : mlaouhi

NOTE: THIS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line) -Run PSO for u r system.-NOTE: THIS IS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line) -Run PSO for u r system.
Date : 2025-12-21 Size : 3kb User : mlaouhi

NOTE: THIS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line) -Run PSO for u r system.-NOTE: THIS IS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line) -Run PSO for u r system.
Date : 2025-12-21 Size : 1kb User : mlaouhi

NOTE: THIS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line) -Run PSO for u r system.-NOTE: THIS IS AN ALPHA RELEASE. FOR TESTING ONLY. 1. Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line) -Run PSO for u r system.
Date : 2025-12-21 Size : 42kb User : mlaouhi

poincare matlab files
Date : 2025-12-21 Size : 2kb User : ricardonozaki

how to use pnm files and image in matlab
Date : 2025-12-21 Size : 58kb User : mamaemtoloko

MATLAB Program File Index and Simulink Model File Index Copyright Birkhauser 2004 Stephen Lynch New M-files added in 2011 using R2011a
Date : 2025-12-21 Size : 405kb User : omid

matlab中将数据输出保存为txt格式文件的几种方法.-matlab will save the data output to txt format files in several ways.
Date : 2025-12-21 Size : 8kb User : 夏小小

ystem will automatically delete the directory of debug and release, so please do not put files on these two directory.
Date : 2025-12-21 Size : 5kb User : majed

DL : 0
matlab数据文件,聚类标准测试数据,K均值聚类等经典算法都可以用。mat文件-matlab data files, the standard test data clustering, K-means clustering algorithm can be used such as the classic. mat file
Date : 2025-12-21 Size : 112kb User : 赵赫

fft dif的仿真文件,matlab可以使用,能够参考-fft dif simulation files, matlab can be used to reference
Date : 2025-12-21 Size : 668kb User : limuxuan

this about matlab and its applications.-this is about matlab and its applications.
Date : 2025-12-21 Size : 7kb User : g

DL : 0
高阶谱matlab分析工具箱;高阶谱分析工具箱由matlab 的m文件开发;-Higher-Order Spectral Analysis ToolboxThe Higher-Order Spectral Analysis Toolbox is a collection of M-files t
Date : 2025-12-21 Size : 1.59mb User : baibai

coastguard_qcif.yuv,foreman_qcif.yuv,hall_qcif.yuv,soccer_qcif.yuv四个标准视频的测试文件,这是15hz版本,内含读取yuv文件的matlab源代码代码-the 15hz video files. (coastguard_qcif.yuv,foreman_qcif.yuv,hall_qcif.yuv,soccer_qcif.yuv)
Date : 2025-12-21 Size : 17.93mb User : 胡辉

The following Matlab project contains the source code and Matlab examples used for 16-qam modulation . constellation ofdm symbol The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Date : 2025-12-21 Size : 1kb User : arjunprasad

DL : 0
Ant Colony Optimization Matlab files
Date : 2025-12-21 Size : 6kb User : Amandeep

a files matlab code for plates and beam. static and dynamic
Date : 2025-12-21 Size : 121kb User : algeria
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.