-
对平稳时间序列中的参数估计方法(包括矩估计,极大似然估计)和预测方法(包括差分方程预测方法,逆函数预测方法,格林函数预测方法)应用matlab进行编程,大家可以...
对平稳时间序列中的参数估计方法(包括矩估计,极大似然估计)和预测方法(包括差分方程预测方法,逆函数预测方法,格林函数预测方法)应用matlab进行编程,大家可以方便使用-For stationary time series in the parameter estimation methods (including moment estimation, maximum likelihood estimation) and forecasting methods (including the difference equation forecasting methods, inverse function of forecasting methods, Green s function prediction method) Application matlab program, we can easily use
- 2022-02-09 15:40:28下载
- 积分:1
-
VMD
说明: 经验模态分解,vmd分解非线性信号,可以把信号分解成有用的数据,然后进行分解(Empirical mode decomposition (EMD) and VMD can decompose nonlinear signals into useful data, and then decompose them)
- 2021-01-17 10:03:33下载
- 积分:1
-
无刷直流电动机需要多种电压电平来控制转速:0V 使电动机停转,5V 使电动机以最大转速运转,而在0V和5V之间的电压则使电动机以较低的转速运转...
无刷直流电动机需要多种电压电平来控制转速:0V 使电动机停转,5V 使电动机以最大转速运转,而在0V和5V之间的电压则使电动机以较低的转速运转-The needs of a wide range of brushless DC motor voltage level to control the rotational speed: 0V stop the motor switch, 5V maximum speed of the motor running, and in between 0V and 5V voltage while the motor running at low speed
- 2022-07-14 10:04:40下载
- 积分:1
-
Delphi 设置打印纸大小
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:
procedure TForm1.SetPaperSize(cx, cy: Integer);
var
a,b,c: array[0..255]of char;
bb: Cardinal;
ee: PDEVMODE;
begin
printer.PrinterIndex := printer.PrinterIndex;
printer.GetPrinter(a,b,c,bb);
ee:= GlobalLock(bb);
ee^.dmPaperSize := DMPAPER_USER;
ee^.dmPaperLength := cy*10;
ee^.dmPaperWidth := cx*10;
ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or
DM_PAPERWIDTH or
DM_PAPERLENGTH;
ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;
ee^.dmDefaultSource :=DMBIN_MANUAL;
GlobalUnlock(bb);
printer.PrinterIndex := printer.PrinterIndex;
end;
- 2023-01-17 00:20:03下载
- 积分:1
-
CAN calculator Timer set tu mcp2551 microchip
CAN calculator Timer set tu mcp2551 microchip
- 2023-02-09 11:25:04下载
- 积分:1
-
C#检测并显示显卡技术参数和硬件信息
C#检测并显示显卡技术参数和硬件信息,主要是检测显卡用的,包括硬件的技术参数信息,检测是否支持gamma ramp接口,最大纹理,视频渲染类型,还有显示模式以及像素等信息,基于DirectX内核的硬件信息检测技术。
- 2023-07-25 05:45:03下载
- 积分:1
-
TOA_uwb
说明: UWB的TOA仿真,里面包含扩展卡尔曼滤波部分(UWB TOA simulation,which contains the extended Kalman filter section)
- 2021-01-05 20:28:53下载
- 积分:1
-
morphologic.Designer
说明: 基于emguCV库,调用电脑摄像头,获取图像,进行RGB通道信息分离(Based on emguCV library, we call the computer camera to get the image and separate the RGB channel information.)
- 2020-06-25 08:20:02下载
- 积分:1
-
radar systems design -1
雷达系统建模与仿真的matlab程序,多种随机分布,产生swerling杂波,进行快速傅立叶变换,脉压,进行MTI,以及横虚警,RCS模拟分析,RCS统计模型 SAR雷达信号处理仿真(Modeling and Simulation of radar system matlab program, a variety of random distribution, Swerling clutter, fast Fu Liye transform, pulse pressure, MTI, and the false alarm, RCS simulation, RCS statistical model of SAR radar signal processing simulation)
- 2021-03-30 21:09:09下载
- 积分:1
-
filter
环路滤波器的设,以及其计算滤波器的系数。(Design of second-order loop filter)
- 2019-06-14 13:54:51下载
- 积分:1