搜索资源列表
ddDlg
- VC++编程,将文本10000点的数据导入,将1000点的数据导出,然后可以直接导入Matlab程序中画出实时波形。-VC++ programming, the text data into 10,000 points, 1,000 points will export the data, then import the Matlab program can draw real-time waveform.
paowuxian
- 在文本框输入不同的参数,绘制得到相应的抛物曲线。-In the text box to enter different parameters to draw the corresponding parabolic curve.
ecg
- 根据已给ecg数据文件,画出心电图波形,并自动标记出特征点位置,并计算P-R时间间隔 等参数。 附件是.dat为数据文件,为二进制文件,每2个字节代表一个采样点,采样频率1000hz。依 次为1-12导联的第一个采样点,其次是1-12导联第二个采样点,.... .hea头文件是文本格式说明文件,可以看到十二导联存放的先后顺序。 -According to the data file has to ecg, draw the ECG waveform, and automat
high-filter
- 对给定的含噪脉冲信号进行相关检测。检测结果用1、0表示。要求从文本文件中读入数据,分析滤波前后的信号统计特征:包括均值、方差、自相关和功率谱。设计参考信号,进行相关处理和检测;画出原始数据的曲线以及相关结果的曲线-For a given pulse signal associated with noise detection. Test results with 1,0 said. Asked to read from a text file into the data, analyze the
ilovemath
- 程序根据国外大学iheartmath改编而成,实现绘制动态三维心并可自由修改文字内容,但是同大多数三维心一样由于数学表达式不完美而存在部分凹陷的缺陷-Procedures adapted from foreign universities iheartmath to achieve to draw dynamic three-dimensional heart and the freedom to modify the text, but with most of the three-dimen
WindowsApplication1
- 绘制文本你可以画出矩形、椭圆、弧形,等一些不规则的图形-Draw text
barbar
- 画三维bar图,可以改变文字角度和灵活调节颜色。-Draw three-dimensional bar charts, you can change the text angle and the flexible adjustment of color.
Fengsu
- 用HOMER软件画出的某地区一年每小时的风速,将其导出为文本格式,可导入到MATLAB中供研究人员使用-HOMER software to draw a region with a year hourly wind speed, export it to a text format that can be imported into MATLAB for researchers
guangzhao
- 用HOMER软件画出的某地区一年每小时的光照,将其导出为文本格式,可导入到MATLAB中供研究人员使用-HOMER software to draw an area with a light year per hour, export it to a text format that can be imported into MATLAB for researchers
Fuhe
- 用HOMER软件画出的某地区一年每小时负荷数据,并将其导出成文本格式,可以将其导入到MATLAB中供研究人员使用-HOMER software to draw a region with a year hourly load data, and export it to a text format that can be imported into MATLAB for researchers
Draw_3DGridMap
- 根据文本中的三维数据点,绘制出三维网格地图。-According to the text of the three-dimensional data points, draw a three-dimensional grid map.
huituyl
- matlab gui例程,根据可编辑文本框的数值,绘制相应的正弦图像。-matlab gui routine, according to the value of an editable text box, draw the corresponding sine images.
experiment-3
- %产生2ASK、4ASK调制信号 %Len:码元长度,默认值为1000 %IsPlot:是否绘图,'1'表示绘图,否则不绘图 %IsOutput:是否将ASK调制数据输出到文本文件中,'1'表示输出,否则不输出(% produces 2ASK, 4ASK modulation signals %Len: symbol length, defaults to 1000 %IsPlot: do you want to draw,'1'represents drawing, otherwis
16QAM调制解调
- % QAMModem.m程序清单 % 仿真4比特原始数据与星座图的编码映射过程; % 完成16QAM信号的调制解调; % 基带信号符号速率 ps =1Mbps; % 成形滤波器的滚降因子 a=0.8; % 载波信号频率fc=2MHz ; % 采样频率 Fs=8MHz ; % 绘制16QAM信号的频谱及时域波形; % 采用相干解调法仿真其解调过程; % 绘制解调前后的基带信号时域波形; % 将原始基带数据、QAM已调数据、滤波器系数写入相应的文本文件中。 clc;(%Qamm