Feeds
已回答
FFT of vibration data, please help
Hello , Try this code %% clear; close all; clc data = readtable('TEK0000.csv') ; t = data.Var4; amp = data.Var5; am...
FFT of vibration data, please help
Hello , Try this code %% clear; close all; clc data = readtable('TEK0000.csv') ; t = data.Var4; amp = data.Var5; am...
3 years 前 | 0
已回答
How to convert TOFD image to signal..?
Dear Peter, I mean you want to do like following: With this type of BScan TOFD image: You want to plot AScan signal of the ...
How to convert TOFD image to signal..?
Dear Peter, I mean you want to do like following: With this type of BScan TOFD image: You want to plot AScan signal of the ...
5 years 前 | 0
已回答
saving variables in a single .mat file
Try this code m=zeros(3800000,360); for k=1:360, eval(sprintf('load F*_%d.mat',k)); % F*=name of all your files .mat% ...
saving variables in a single .mat file
Try this code m=zeros(3800000,360); for k=1:360, eval(sprintf('load F*_%d.mat',k)); % F*=name of all your files .mat% ...
13 years 前 | 0
| 已接受