Description: Description: Starting from an image file, it generates a .txt file containing the image in Ascii text format. Platform: |
Size: 2048 |
Author:gz |
Hits:
Description: 串口发送接收数据。可配置端口,波特率等。
发送可选择ASCII方式或HEX方式。
中断方式接收数据。
可以通过ADC和MCU可以把数据通过
串口直接发送到PC上让MATLAB分析-receiving data. Configurable ports, baud rate, and so on. Send option HEX or ASCII mode. Interrupt receiving data. Through the MCU and ADC data can be sent directly through the serial port to the PC for analysis of MATLAB Platform: |
Size: 7168 |
Author:魏威 |
Hits:
Description: Import and export GS ASCII (GRD files) from and to Golden Software Applications like Surfer and Grap Platform: |
Size: 1024 |
Author:aprist |
Hits:
Description: National Instruments LabView software has a native file format called LabView Measurement File (LVM, extension .lvm). This m-file, lvm_import.m, reads LVM files and imports the data into the MATLAB workspace.
LVM is an ascii text file format, and the data can be imported into MATLAB using the built-in import.m function. However, import.m has some limitations: it cannot handle multi-part LVM files, and it does not return the contents of the file and section headers. lvm_import.m handles all types of LVM files, and returns specific information such as date, time, data column names, etc. -National Instruments LabView software has a native file format called LabView Measurement File (LVM, extension. Lvm). This m-file, lvm_import.m, reads LVM files and imports the data into the MATLAB workspace.LVM is an ascii text file format, and the data can be imported into MATLAB using the built-in import.m function. However, import.m has some limitations: it cannot handle multi-part LVM files, and it does not return the contents of the file and section headers. lvm_import.m handles all types of LVM files, and returns specific information such as date, time, data column names, etc. Platform: |
Size: 3072 |
Author:aprist |
Hits:
Description: STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上-a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen. Platform: |
Size: 103424 |
Author:niuxj |
Hits:
Description: OBJ文件读取程序:可以读取ASCII格式OBJ后缀的3D图形文件中的数据信息,并显示在屏幕上-a MATLAB program which gets the name of an ASCII OBJ file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen Platform: |
Size: 67584 |
Author:niuxj |
Hits:
Description: STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上--a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen Platform: |
Size: 7192576 |
Author:you |
Hits:
Description: 用matlab实现ASCII和二进制码的互换,在matlab输入ASCII码字符或字符串即可,源文件里有详细的使用说明,一共有5个文件。-Matlab by ASCII and binary code to achieve the exchange, enter the ASCII code in matlab character or string can be, the source file, there are detailed instructions, a total of five documents. Platform: |
Size: 4096 |
Author:leo |
Hits:
Description: ps2 keyboard verilog source code, to support the ascii code. scan code output, the expansion of key output, press and release the information output Platform: |
Size: 38912 |
Author:Mat |
Hits:
Description: Pass the Images Through Optics -- Use a Gaussian "Aperture Function"
This code segement can use a measured aperture function just as easily - simply replace the next five lines by "load measured_aperture" where measured_aperture is the measured function strored in ASCII and the data stored in the file measured_aperture.mat is a MATLAB .mat file that contains the matrix apfunction. (in MATLAB type "help load" for how to use load and look at the c and fortran code that shows how to read and write MATLAB .mat files).
(Note: When the Point Spread Function is Gaussian, then so is the Aperture function)
To simulate the effect of the tracker optics, each of the movie frames is now blurred using a 2-D FFT (Fast Fourier Transform). The first frame of the resulting image is shown in Figure 1.
- Pass the Images Through Optics -- Use a Gaussian "Aperture Function"
This code segement can use a measured aperture function just as easily - simply replace the next five lines by "load measured_aperture" where measured_aperture is the measured function strored in ASCII and the data stored in the file measured_aperture.mat is a MATLAB .mat file that contains the matrix apfunction. (in MATLAB type "help load" for how to use load and look at the c and fortran code that shows how to read and write MATLAB .mat files).
(Note: When the Point Spread Function is Gaussian, then so is the Aperture function)
To simulate the effect of the tracker optics, each of the movie frames is now blurred using a 2-D FFT (Fast Fourier Transform). The first frame of the resulting image is shown in Figure 1.
Platform: |
Size: 1024 |
Author:sabah_altaie |
Hits:
Description: gridsdisplay是一个MATLAB程序,它可以读取两个用2D或3D格式定义网格或稀疏网格的ASCII文件。第一个网格是用空心的蓝色点绘制的,而第二个网格则是用实心的红点绘制的。图像会自动保存到PNG文件中。((GRIDS_DISPLAY is a MATLAB program which can read two ASCII files defining grids or sparse grids in 2D or 3D. The first grid is plotted "lightly", in hollow blue dots, while the second is plotted with solid red dots. The image is automatically saved to a PNG file.)) Platform: |
Size: 2048 |
Author:冬风
|
Hits: