联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 绘图程序(46) 
按平台查找All matlab(46) 

[绘图程序] Anti-aliasing-filter

抗混叠滤波器,,
Anti-aliasing-filter,, (2019-09-09, matlab, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689649423677533.html

[绘图程序] GUI_Plot

本程序可以实现GUI界面输入函数并绘制出相应的波形,适合学习matlab GUI界面的同学学习
This program can realize the input function of GUI interface and draw the corresponding waveform, which is suitable for students who study matlab GUI interface. (2019-06-13, matlab, 63KB, 下载5次)

http://www.pudn.com/Download/item/id/1560402773947019.html

[绘图程序] 信号

矩形波,三角波,升余弦脉冲,指数函数的时域波形,频域波形。
Rectangular wave, triangular wave, ascending cosine pulse, exponential function (2019-04-10, matlab, 251KB, 下载1次)

http://www.pudn.com/Download/item/id/1554897662769630.html

[绘图程序] DCDC

单端反激DC/DC直流变换器,不含控制系统,便于拓展应用。
Single-end flyback DC/DC converter, without control system, is easy to extend application. (2018-08-14, matlab, 17KB, 下载7次)

http://www.pudn.com/Download/item/id/1534242669641795.html

[绘图程序] chap10_1

绘制波形图,智能控制程序源代码,刘金琨,第十章第一节
Draw a waveform diagram (2017-12-04, matlab, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1512388478334544.html

[绘图程序] 三个传感器

数据融合,读取数据之后融合,组合数据融合
The level demand, information transmission and data fuse of system were mainly discussed (2017-09-16, matlab, 919KB, 下载43次)

http://www.pudn.com/Download/item/id/1505538136738633.html

[绘图程序] guidemo

这是一个句柄图形对象及其子代的机器生成表示。注意,当这些对象被重新创建时,句柄值可能会发生变化。这可能导致写入取决于手柄的价值的时候,对象是保存任何回调的问题。通过将输出保存为一个GUI文件来解决这个问题。
This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects are re-created. This may cause problems with any callbacks written to depend on the value of the handle at the time the object was saved. This problem is solved by saving the output as a FIG-file. (2017-08-12, matlab, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1502539303673212.html

[绘图程序] 《高等光学仿真》matlab源程序

一些光学仿真的源程序,一些光学仿真所用到的波形图模拟,以及公式演算。
Some optical simulation of the source (2017-07-03, matlab, 40KB, 下载10次)

http://www.pudn.com/Download/item/id/1499051311251795.html

[绘图程序] siquljtiox

基于matlabsimulink的双PWM逆变器仿真,不错的源码
Based on the double PWM inverter simulation matlabsimulink, good source (2017-05-31, matlab, 10KB, 下载9次)

http://www.pudn.com/Download/item/id/1496177776685277.html

[绘图程序] Au_44nm_G1

石墨烯表面等离子体传感器曲线模拟程序!!!!!!
spr based on graphene (2016-10-31, matlab, 1KB, 下载26次)

http://www.pudn.com/Download/item/id/1477901256416601.html

[绘图程序] OECT

电流互感器,用于与pscad交互使用,各部分齐全,功能完善
Current transformers for interactive use with pscad, each part is complete, fully functional (2016-02-12, matlab, 6KB, 下载19次)

http://www.pudn.com/Download/item/id/1455244699127566.html

[绘图程序] bldcfangzhen

bldc的仿真,全部的模型和可以仿真出很好的波形
bldc simulation, all of the models and can simulate a good waveform (2013-06-25, matlab, 15KB, 下载65次)

http://www.pudn.com/Download/item/id/2288288.html

[绘图程序] cycle_fil_qy120515

关于有源环路滤波器的设计程序,最后生成了波特图。
Active loop filter design process, and finally generate the Bode plots. (2012-06-04, matlab, 1KB, 下载19次)

http://www.pudn.com/Download/item/id/1901289.html

[绘图程序] FIR

FIR高通,低通,带通和带阻滤波器的设计并通过GUI显示
FIR high-pass, low pass, band pass and band stop filter is designed and displayed through the GUI (2011-02-23, matlab, 61KB, 下载43次)

http://www.pudn.com/Download/item/id/1435514.html

[绘图程序] muapInterface

肌电信号EMG中muap波形的产生gui程序.主要程序是TriMUAP_LAP_improve.m,其中需要调用SFAP_tri_improve.m 和mgd.m两个程序
EMG EMG in muap waveform generation gui program. The main program is TriMUAP_LAP_improve.m, which need to call the two procedures SFAP_tri_improve.m and mgd.m (2010-02-24, matlab, 60KB, 下载44次)

http://www.pudn.com/Download/item/id/1068964.html

[绘图程序] SignalSpectrumAnalysis

信号频谱分析 1. 观测已知方波信号、正弦波信号的频谱 分析频率为4KHz、8KHz的占空比为50 的方波信号、正弦波信号的频谱。记录所得频谱图。 2. 观测实时模拟信号(语音)的频谱 用音频设备采集一段语音,将语音存为.wav格式。对wav文件作分段傅里叶变换分析。语音是分音节的,应把它分段分析,而且实际运用中的数字信号处理的FFT的点数是有限的,一般只能达到千点。用傅里叶反变换IFFT,从频域恢复信号。画出频谱图和语音波形图
Signal spectrum analysis 1. Observing a known square-wave signal, sine wave signal frequency spectrum analysis 4KHz, 8KHz for the 50 duty cycle square wave signal, sine wave signal frequency spectrum. The recorded frequency spectrum. 2. Observing real-time analog signal (voice) of the spectrum collected with the audio devices section of voice, voice saved as. Wav format. Wav file of the sub-Fourier transform analysis to make. Speech is divided into syllables, it should be sub-analysis, and practical application of digital signal processing of the FFT points is limited, generally only reach 1000 points. Fourier inverse transform IFFT, to restore the signal from the frequency domain. Draw maps and voice waveform spectrum (2010-01-27, matlab, 63KB, 下载55次)

http://www.pudn.com/Download/item/id/1052512.html

[绘图程序] MATLAB

用MATLAB绘制三相电流电压波形以及三相六峰波形的源程序,可以直接运行画出来
using matlab to draw the wave form of three-phase sin wave and it s peak wave (2009-02-06, matlab, 4KB, 下载56次)

http://www.pudn.com/Download/item/id/638988.html

[绘图程序] 25811209dsb

matlab 波形仿真 ,通信原理仿真大作业 ,绝对实用
matlab waveform simulation, Communication Theory simulation large operation, absolutely practical (2008-12-19, matlab, 1KB, 下载22次)

http://www.pudn.com/Download/item/id/610358.html

[绘图程序] YUVviewerSrc

yuv格式文件的浏览工具。可以直接播放yuv格式的文件,一般的播放器如realone和winplayer不能播放。
yuv format browser tools. Yuv format can directly play the files, in general, such as RealOne Player and should not winplayer player. (2008-08-15, matlab, 2613KB, 下载63次)

http://www.pudn.com/Download/item/id/529031.html

[绘图程序] plbj

频率步进信号模糊函数 模糊图仿真 以及时域波形、频谱分析
Stepping frequency signal ambiguity function fuzzy map as well as time-domain simulation waveforms, spectrum analysis (2008-05-15, matlab, 1545KB, 下载233次)

http://www.pudn.com/Download/item/id/463473.html
123
总计:46