⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 units.m.new

📁 时间序列分析的信号处理MATLAB工具包
💻 NEW
字号:
% Script to generate a .mat file called% units.mat which is the database for the unit class% After appending new units please execute this script in% directory @unit/private%% label             %% name              % quantity% factor% exponents% dBScale           % streching factor when calculating decibel values from data : dB% dBRef             % reference value for 0 dBTSTOOLunittab.label = 'kg';TSTOOLunittab.name = 'Kilogramm';TSTOOLunittab.quantity = 'Masse';TSTOOLunittab.factor  = 1.0;TSTOOLunittab.exponents = [1  0  0  0  0  0  0  0];TSTOOLunittab.dBScale = 20;     % streching factor when calculating decibel values from data : dB = 20*log10(value/dbRef) or dB = 10*log10(value/dbRef)TSTOOLunittab.dBRef = 1;        % reference value for 0 dBTSTOOLunittab.label = 'm';TSTOOLunittab.name = 'Meter';TSTOOLunittab.quantity = 'Laenge';TSTOOLunittab.factor  = 1;TSTOOLunittab.exponents = [0  1  0  0  0  0  0  0];TSTOOLunittab.dBScale = 20;     % streching factor when calculating decibel values from data : dB = 20*log10(value/dbRef) or dB = 10*log10(value/dbRef)TSTOOLunittab.dBRef = 1;        % reference value for 0 dBTSTOOLunittab.label = 'V';TSTOOLunittab.name = 'Volt';TSTOOLunittab.quantity = 'Spannung';TSTOOLunittab.factor  = 1;TSTOOLunittab.exponents = [1  2  -3 -1 0  0  0  0];TSTOOLunittab.dBScale = 20;     % streching factor when calculating decibel values from data : dB = 20*log10(value/dbRef) or dB = 10*log10(value/dbRef)TSTOOLunittab.dBRef = 1;        % reference value for 0 dBTSTOOLunittab.label = 'V';TSTOOLunittab.name = 'Volt';TSTOOLunittab.quantity = 'Spannung';TSTOOLunittab.factor  = 1;TSTOOLunittab.exponents = [1  2  -3 -1 0  0  0  0];TSTOOLunittab.dBScale = 20;     % streching factor when calculating decibel values from data : dB = 20*log10(value/dbRef) or dB = 10*log10(value/dbRef)TSTOOLunittab.dBRef = 1;        % reference value for 0 dBTSTOOLunittab.label = 'V';TSTOOLunittab.name = 'Volt';TSTOOLunittab.quantity = 'Spannung';TSTOOLunittab.factor  = 1;TSTOOLunittab.exponents = [1  2  -3 -1 0  0  0  0];TSTOOLunittab.dBScale = 20;     % streching factor when calculating decibel values from data : dB = 20*log10(value/dbRef) or dB = 10*log10(value/dbRef)TSTOOLunittab.dBRef = 1;        % reference value for 0 dBTSTOOLunittab.label = 'V';TSTOOLunittab.name = 'Volt';TSTOOLunittab.quantity = 'Spannung';TSTOOLunittab.factor  = 1;TSTOOLunittab.exponents = [1  2  -3 -1 0  0  0  0];TSTOOLunittab.dBScale = 20;     % streching factor when calculating decibel values from data : dB = 20*log10(value/dbRef) or dB = 10*log10(value/dbRef)TSTOOLunittab.dBRef = 1;        % reference value for 0 dBTSTOOLunittab.label = 'V';TSTOOLunittab.name = 'Volt';TSTOOLunittab.quantity = 'Spannung';TSTOOLunittab.factor  = 1;TSTOOLunittab.exponents = [1  2  -3 -1 0  0  0  0];TSTOOLunittab.dBScale = 20;     % streching factor when calculating decibel values from data : dB = 20*log10(value/dbRef) or dB = 10*log10(value/dbRef)TSTOOLunittab.dBRef = 1;        % reference value for 0 dBTSTOOLunittab.label = 'V';TSTOOLunittab.name = 'Volt';TSTOOLunittab.quantity = 'Spannung';TSTOOLunittab.factor  = 1;TSTOOLunittab.exponents = [1  2  -3 -1 0  0  0  0];TSTOOLunittab.dBScale = 20;     % streching factor when calculating decibel values from data : dB = 20*log10(value/dbRef) or dB = 10*log10(value/dbRef)TSTOOLunittab.dBRef = 1;        % reference value for 0 dBTSTOOLunittab.label = 'V';TSTOOLunittab.name = 'Volt';TSTOOLunittab.quantity = 'Spannung';TSTOOLunittab.factor  = 1;TSTOOLunittab.exponents = [1  2  -3 -1 0  0  0  0];TSTOOLunittab.dBScale = 20;     % streching factor when calculating decibel values from data : dB = 20*log10(value/dbRef) or dB = 10*log10(value/dbRef)TSTOOLunittab.dBRef = 1;        % reference value for 0 dB

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -