-
filter
强大的滤波器设计软件,实现低通、高通滤波,非常实用(Powerful filter design software, to achieve low pass, high pass filter, very practical)
- 2013-08-19 19:18:22下载
- 积分:1
-
PpidsrrI
PID用于机器人路径控制的MATLAB程序,路径选择是一个简简单的正弦函数.控制参数是速度和角速度.,已通过测试。
(The MATLAB program PID control for robot path, the path selection is a sine function simply control parameters and angular velocities. Has been tested.)
- 2012-09-15 22:30:02下载
- 积分:1
-
chirp_sig
v线性调频信号的产生 线性调频信号的产生 线性调频信号的产生(chirps signs)
- 2013-12-14 09:59:18下载
- 积分:1
-
maichong
扩频通信条件下采用QPSK,脉冲干扰条件下仿真误码率的变化(Under the conditions of use of spread spectrum communication QPSK, pulse jamming simulation of changes in the error rate)
- 2011-05-19 15:26:51下载
- 积分:1
-
Continuous-system-discretization
连续系统离散化,欧拉梯形公式、三阶龙格-库塔法、汉明积分法、状态转移法(Continuous system discretization Euler trapezoid formula, the third-order Runge- Kutta method, Hamming integration method, the state transition method)
- 2012-06-22 23:26:38下载
- 积分:1
-
6.Recursive-Methods
code for carlike vehicle
- 2013-01-26 15:22:23下载
- 积分:1
-
compress_sensing_without_frame
Compressive sampling is an emerging technique that promises to effectively recover a sparse signal from far fewer measurements than its dimension. The compressive sampling theory assures almost an exact recovery of a sparse signal if the signal is sensed randomly where the number of the measurements taken is proportional to the sparsity level and a log factor of the signal dimension. Encouraged by this emerging technique, this thesis briefly reviews the application of Compressive sampling in speech processing. It comprises the basic study of two necessary condition of compressive sensing theory: sparsity and incoherence. In this thesis, various sparsity domain and sensing matrix for speech signal and different pairs that satisfy incoherence condition has been compiled.
- 2014-01-27 20:55:41下载
- 积分:1
-
预处理
说明: 处理红外光谱,高光谱,拉曼光谱,包括预处理和pls处理(Infrared spectrum, hyperspectral spectrum and Raman spectrum were processed, including pretreatment and pls processing)
- 2021-03-24 11:22:00下载
- 积分:1
-
gaowei
旋转圆盘的传递矩阵算法计算变厚度圆盘的应力位移(Rotating disk of the transfer matrix algorithm to calculate the stress variable thickness disc displacement)
- 2010-06-26 16:32:05下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1