Rank: 1049 based on 64 downloads (last 30 days) and 3 files submitted
photo

Paul Wagenaars

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Paul View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 Nov 2010 readLeCroyWaveJetWfm Read binary LeCroy WaveJet waveforms Author: Paul Wagenaars data import, data export, lecroy, wavejet, binary, read 5 0
  • 5.0
5.0 | 1 rating
22 May 2009 Matfig2PGF Convert figures to PGF files that can be included in LaTeX documents. Author: Paul Wagenaars graphics import, graphics export, latex, tex, export, convert 40 14
  • 4.8
4.8 | 10 ratings
28 Mar 2009 Read binary Rigol waveforms Read binary waveform (.wfm) files stored by Rigol oscilloscopes Author: Paul Wagenaars oscilloscopes, waveforms, rigol, data import, import, binary 19 3
  • 5.0
5.0 | 2 ratings
Comments and Ratings on Paul's Files View all
Updated File Comment by Comments Rating
23 Dec 2011 Matfig2PGF Convert figures to PGF files that can be included in LaTeX documents. Author: Paul Wagenaars Miller, Dan

My figures now look gorgeous.

22 Dec 2011 readLeCroyWaveJetWfm Read binary LeCroy WaveJet waveforms Author: Paul Wagenaars David
17 Oct 2011 Read binary Rigol waveforms Read binary waveform (.wfm) files stored by Rigol oscilloscopes Author: Paul Wagenaars Dally, William

This does not work on .wfm files produced by my Rigol 1104B. Does anyone know the file format for the 1104?

23 Aug 2011 Matfig2PGF Convert figures to PGF files that can be included in LaTeX documents. Author: Paul Wagenaars Lukas

Oh no, my comment is at the wrong position and I don't know how to delete it. Sorry.

22 Mar 2011 Read binary Rigol waveforms Read binary waveform (.wfm) files stored by Rigol oscilloscopes Author: Paul Wagenaars Lamour, Tobias

H Paul,

many thanks for distributing this very well programmed Rigol waveform reader.
This works like a charm.

Maybe a small example file like the lines below would enable inexperienced users to extract the full functionality of your great work quicker:

________________
%% PlotRigolWaveform
clear all; clc;
% reads wfm file
[y, nfo] = readRigolWaveform('b.wfm');
% Creates an time array based on the details in "nfo"
TIME=linspace(nfo.x0,nfo.x0+nfo.dx*length(y),length(y));
% plots all available traces along TIME axis
plot(TIME,y)
_______________

Feel free to recycle that if you wish.
Many thanks,
Tobi

Top Tags Applied by Paul
binary, data export, data import, waveforms, convert
Files Tagged by Paul View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
11 Nov 2010 readLeCroyWaveJetWfm Read binary LeCroy WaveJet waveforms Author: Paul Wagenaars data import, data export, lecroy, wavejet, binary, read 5 0
  • 5.0
5.0 | 1 rating
22 May 2009 Matfig2PGF Convert figures to PGF files that can be included in LaTeX documents. Author: Paul Wagenaars graphics import, graphics export, latex, tex, export, convert 40 14
  • 4.8
4.8 | 10 ratings
28 Mar 2009 Read binary Rigol waveforms Read binary waveform (.wfm) files stored by Rigol oscilloscopes Author: Paul Wagenaars oscilloscopes, waveforms, rigol, data import, import, binary 19 3
  • 5.0
5.0 | 2 ratings

Contact us at files@mathworks.com