-
ORC_Python27
加上Coolprop库后,可以在Python软件中进行ORC的计算(With the addition of the Coolprop library, the ORC calculation can be done in Python software)
- 2020-06-20 11:20:02下载
- 积分:1
-
这是模拟物理实验――一维势阱的小程序。运行的时候,需要把CCBP文件夹包含在头文件中。...
命令行下可以解读TCP数据报内容的Sniffer-command line can be interpreted as TCP data reported to the Sniffer
- 2022-02-03 06:27:02下载
- 积分:1
-
通过sparten2来实现数字电压表实验。实验板上的数码管显示模拟电压的数字,调整实验板上的控制模拟电压的电位器,显示模拟电压的数字应该能够随输入的电压变化而变...
通过sparten2来实现数字电压表实验。实验板上的数码管显示模拟电压的数字,调整实验板上的控制模拟电压的电位器,显示模拟电压的数字应该能够随输入的电压变化而变化。-Sparten2 to achieve through the digital voltmeter experiment. Experiment on-board digital tube display the number of analog voltage to adjust the control experiment on-board analog voltage potentiometer, showing the number of analog voltage input voltage should be able to change with the change.
- 2022-09-06 09:20:03下载
- 积分:1
-
Newmark
newmark通过迭代激起结构动力响应,包括速度、位移、加速度(newmark inspire dynamic response)
- 2020-12-01 22:09:27下载
- 积分:1
-
MATLAB
在数学建模中常常用的算法类型的层次分析法(Analytic Hierarchy Process for Mathematical Modeling)
- 2020-06-18 12:20:01下载
- 积分:1
-
发电输电成本文献
说明: 发电成本就是发电过程中人力、物力投入的总和。(The cost of power generation is the sum of human and material resources invested in the process of power generation.)
- 2020-06-23 09:20:02下载
- 积分:1
-
Thermal Cycling
The main goal of this step is to detect whether there is a mismatch of the thermal expansion
coefficients, PCB mounting problems, weak solder joints, and IC package integrity
- 2020-06-16 04:00:01下载
- 积分:1
-
pspline.tar
指定预测变量的惩罚样条基础。这是通过拟合一组相对较小的样条并惩罚积分二阶导数来完成的。传统的平滑样条曲线每次观察使用一个基础,但是一些作者指出,对于大于自由度的2-3倍的任何数量的基函数,拟合的最终结果是难以区分的。Eilers和Marx指出,如果基函数是均匀间隔的,这会导致显着的计算简化,它们将结果称为p样条。(Specifies a penalised spline basis for the predictor. This is done by fitting a comparatively small set of splines and penalising the integrated second derivative. Traditional smoothing splines use one basis per observation, but several authors have pointed out that the final results of the fit are indistinguishable for any number of basis functions greater than about 2-3 times the degrees of freedom. Eilers and Marx point out that if the basis functions are evenly spaced, this leads to significant computational simplification, they refer to the result as a p-spline.)
- 2020-06-15 22:35:01下载
- 积分:1
-
BodyBasics-WPF
kinect识别人体骨骼,kinect sdk上源代码(Recognition of Human Bones)
- 2019-04-16 15:06:37下载
- 积分:1
-
pn_eegPLV
计算EEG数据集的锁相值(PLV)。
%
%输入参数:
eegData是3D矩阵numChannels x numTimePoints x numTrials srate是EEG数据的采样率filtSpec是用于在期望的感兴趣频带中过滤EEG信号的滤波器规范。 它是一个具有两个字段的结构,顺序和范围。
范围指定频带的限制,例如,对于伽马频带,使用filtSpec.range = [35 45]。 在filtSpec.order中指定FIR滤波器的顺序。 一个有用的经验法则可以包括约4到5个周期的所需信号。 例如,对于以500Hz采样的eeg数据,filtSpec.order = 50对应于100ms并且包含~4个周期的γ波段(40Hz)。(Computes the Phase Locking Value (PLV) for an EEG dataset.
%
% Input parameters:
% eegData is a 3D matrix numChannels x numTimePoints x numTrials
% srate is the sampling rate of the EEG data
% filtSpec is the filter specification to filter the EEG signal in the
% desired frequency band of interest. It is a structure with two
% fields, order and range.
% Range specifies the limits of the frequency
% band, for example, put filtSpec.range = [35 45] for gamma band.
% Specify the order of the FIR filter in filtSpec.order. A useful
% rule of thumb can be to include about 4 to 5 cycles of the desired
% signal. For example, filtSpec.order = 50 for eeg data sampled at
% 500 Hz corresponds to 100 ms and contains ~4 cycles of gamma band
% (40 Hz).)
- 2019-04-23 20:00:42下载
- 积分:1