搜索资源列表
sjtldpc
- 新型低密度纠错检错码,适用于通信及数据存储领御-Error correction code applies to communications and data storage leadership Royal
base2fft
- 根据DFT的基二分解方法,可以发现在第L(L表示从左到右的运算级数,L=1,2,3…M)级中,每个蝶形的两个输入数据相距B=2^(L-1)个点,同一旋转因子对应着间隔为2^L点的2^(M-L)个蝶形。从输入端开始,逐级进行,共进行M级运算。在进行L级运算时,依次求出个2^(L-1)不同的旋转因子,每求出一个旋转因子,就计算完它对应的所有的2^(M-L)个蝶形。因此我们可以用三重循环程序实现FFT变换。同一级中,每个蝶形的两个输入数据只对本蝶形有用,而且每个蝶形的输入、输出数据节点又同在一条水平线
MATLAB
- MATLAB提供了多种方式从磁盘读入文件或将数据输入到工作空间,即读取数据,又叫导入数据;将工作空间的变量存储到磁盘文件中称为存写数据,又叫导出数据。-MATLAB provides a variety of ways from the disk is read into a document or data entered into the work space, that is, read data, also known as import data will work variable
xml_toolbox
- 这个程序即可以读取XMl文件并转换成matlab结构体,也可以把matlab结构体转换成xml格式存放。xml是最被看好的数据存储方式,xml格式的通用性减轻了大家编写格式转换代码的痛苦。-This process that can read XML files and converted into matlab structure can also be put into matlab structure xml format. xml are the most promising way
simGPS
- 用matlab编程实现GPS数据的采集与存储。-Implementation matlab programming using GPS data collection and storage.
ECG1
- 基于MATLAB的串口收发程序,可以完成数据的接受,波形显示,存储,基于小波理论的消噪处理,对于学习MATLAB的GUI编程很有好处!-Serial transceiver based on MATLAB program to complete the data received, waveform display, storage, de-noising based on wavelet theory, processing, MATLAB-GUI programming for learni
DS1643
- 非易失时间保持动态存储器,用于存储数据,双列28脚DIP。-Time to maintain the dynamic non-volatile memory for storing data, double-row 28-pin DIP.
werdsa
- 将BLKS内容为首址的连续N个字节数传送至BLKD内容为首址的存储区,数据块传送程序。-BLKS content sites will be headed by a continuous N the number of bytes sent to BLKD content-led site storage area, the data block transfer program.
noname
- 编写一个程序,记录某个字存储单元数据中1的个数,以十进制形式显示结果。-Write a program to record a word of data is stored in a cell number to decimal form displays the results.
jdbmMap-1.0
- JDBM的封装类,便于JDBM的数据存储和提取-Database wrapper class, the convenience of data manipulation to support mysql
shujubaocun
- 列举了保存数据的四种方法,可根据需要选择不同的数据存储方式-save number in different way
lssvm_Mfilter21_MSC_100
- 原始数据存储为excell文件,先将数据进行预处理,再通过SVM进行模型的建立与预测。-The data are stored as a excell file, preprocessing the original data and builting the SVM model.
task1
- 调用函数,并对函数进行求解,把数据存储,并画出其中几条图-Call the function, and the function is solved, the data is stored, and draw the diagram in which several
PLC-data-handler
- PLC数据采集,数据录入,数据存储,显示,传送,处理等-PLC data collection, data entry, data storage, display, transmission, processing, etc.
read_grib.r4
- grb格式文件是国际气象组织一种独特的数据存储格式,所有不能直接打开。本matalb代码可以读取。-The grb file format is a unique data storage format by International Meteorological Organization, which can not be directly opened. The matalb code can read the grb file.
solid_mechanics
- 本程序包含桁架及刚架计算、gui互动界面、桁架动画显示、数据存储功能。编写软件matlab,gutilixue3.fig为界面文件,gutilixue3.m为代码文件-The Program contains truss and frame calculation, interactive interface, animations truss display, data storage capabilities. Writing software is matlab, gutilixue3.f
Matlab-draw
- 如何读取数据 textread,例如通过x textread( x_inlet.txt )我们可以把文件x_inlet.txt中的数据存储到数组x中,且x的维数和大小会自动与文件x_inlet.txt的相匹配。 如何画二维曲线图 plot,例如 plot(x,y, ob- , linewidth , 2)可以画分别以xy为横纵坐标的二维曲线,线型由ob-决定。 -How to read the data textread, for example, through x textrea
read .dat
- 如何在MATLAB中将数据存储成.dat文件,如何对.dat文件进行读取(how to save and read .dat data/file in matlab)
read_grib.r4
- grb格式文件是国际气象组织一种独特的数据存储格式,所有不能直接打开,这个函数用于读取grib文件(read the file of grib)
segy数据读取matlab
- matlab读取地震数据segy,提取道头和卷头信息,能够准确读取segy文件,并从中提取裸数据、文件头、道头等重要信息,还能存储成多种文件格式。