搜索资源列表
wx_text_to_access
- 这是用于在matlab中实现从文本文件中读取数据,并写入到access中的程序。
transform
- matlab例程,实现将图像样本转换成libsvm数据格式,并写入txt文件(附有测试和训练数据)-matlab routine to achieve the image samples into libsvm data format, and write txt file (with the test and training data)
save
- MySave产生一个指定幅值和频率的正弦信号,并将产生正弦信号的数据写入数据文件MySin.txt.-save data to a direct path
writetotxt
- 利用MATLAB编写的该代码,可以将数据写入到TXT文件中,里面还赋有说明-Prepared by the use of MATLAB code, the data can be written to TXT file, which is also endowed with that
sol_fa2soundfcn20_May_2011
- 职能转换的纯文本唱名法记法矩阵或一个MIDI序列,代表的声音,或读取MIDI序列数据,并说明其转换为溶胶发符号。 图形用户界面是在一个唱名法编辑器的尝试,一个工作人员到唱名法的转换器。 而将工作职能溶胶fa2soundfcn文件夹在Matlabpath的。使用pathtool命令或设置路径...从文件菜单,并添加溶胶fa2soundfcn文件夹。 在M-代码计算从纯文本输入球场和持续时间,并生成用于扬声器作为信号 Ÿ Ÿ *罪=(2 * pi的*女*吨)
MySinWR
- 信号数据文件的读取与显示,写入数据文件并读取,然后显示-Signal data file of reading and show, write data file and read, and then display
writemat
- 在vb中将需要的矩阵写入matlab的数据文件-Write matlab data files in the matrix will need vb
fseries
- MATLAB下调用原始数据,进行傅里叶变换,将系数写入原EXCEL文件,并对原始、新值的图像进行比较。-MATLAB to call the original data, the Fourier transform, the coefficient is written in the original EXCEL file and compare the image of the original, the new value.
MatlabbatchOpeExcelCsvSendMail
- 《Matlab批量读写Excel转化csv格式并邮件发送》内含三个函数: 1、MyXlsWriteV1.m:在不关闭Excel文件时,将所有数据写入到Excel中,减少读写时间:内含Excel单元格转化函数; 2、xlsx2csv.m把路径path中的xlsx文件批量转换为csv文件 ; 3、LjwSendQQMailV1:发送电子邮件,可含附件。 -"Matlab batch conversion of read and write Excel csv format and s
read-and-write
- 该小程序是用以读取和写入.segy等数据文件的MATLAB小程序,使用较方便-The applet is used to read and write.Segy and other data files MATLAB small procedures, the use of more convenient
dzt
- 读取和写入探地雷达dzt数据 ,支持两种不同格式的dzt文件,非常实用。-Read and write DZT GPR data, support two different formats of DZT file, very practical.
altwritesegy
- 能够将浅地层剖面仪数据以SGY格式写入文件(The data of shallow profiler data can be written in SGY forma)
FEM_PROJECT
- fem2d_project读取定义采样一个文件(标量或矢量)函数的3个参数,以及一个节点和四面体元素的列表用于数据的有限元表示的 计算与之相关联的一组有限元系数给定的有限元素网格,并将该信息写入文件。 使有限元表示由节点、元素和值构成的文件。(FEM2D_PROJECT reads files defining a sampling of a (scalar or vector) function of 3 arguments, and a list of nodes and tetr
read_word
- 此文件可以在word上创建任何你想要的表格,并向表格写入数据(This file can create anything you want in the word table, and write data to the table)
txtsave2
- 在MATLAB中实现数据分拣,txt文件打开,txt文件的行数读取,十六进制和十进制数据混合处理,十六进制与十进制转换,TXT文件写入。(In MATLAB, data sorting, TXT file open, TXT file number read, sixteen decimal and decimal data mixed processing, sixteen decimal and decimal conversion, TXT file writing are written
wo
- 可以对气象站点批量读取,可以对气象数据进行筛选鉴别,批量写入文件,并且是按站点按照月份读取每年的数据。(It can read the meteorological stations in batches, identify meteorological data, write files in batches, and read yearly data according to month.)
锁相环输入信号建模例程
- 锁相环输入信号建模例程,代码注释详细,例如初学者,将输入信号转换成8bit补码数据写入txt文件,可用于FPGA工程测试使用。还可以直接绘出时域波形图,直观比较。
16QAM调制解调
- % QAMModem.m程序清单 % 仿真4比特原始数据与星座图的编码映射过程; % 完成16QAM信号的调制解调; % 基带信号符号速率 ps =1Mbps; % 成形滤波器的滚降因子 a=0.8; % 载波信号频率fc=2MHz ; % 采样频率 Fs=8MHz ; % 绘制16QAM信号的频谱及时域波形; % 采用相干解调法仿真其解调过程; % 绘制解调前后的基带信号时域波形; % 将原始基带数据、QAM已调数据、滤波器系数写入相应的文本文件中。 clc;(%Qamm