-
sigxpand
将输入d进行扩张,方法是在d的每个数据中插入M-1个零值。
如输入d=[1,2,3,4] M=3
输出out=[1 0 0 2 0 0 3 0 0 4 0 0](To expand the input d, the method is to insert each data d, M-1 zero value. If the input d = [1,2,3,4] M = 3 output out = [1 0 0 2 0 0 3 0 0 4 0 0])
- 2010-11-14 11:18:01下载
- 积分:1
-
audiocompression
此程序主要是通过使用小波达到音频压缩的目的,可以比较不同的小波函数和压缩次数音频文件的差异(This process is mainly achieved through the use of wavelet purpose audio compression, you can compare different compression of the wavelet function and the difference in the number of audio files)
- 2009-05-18 23:56:40下载
- 积分:1
-
Minimum-Spanning-Tree
Minimum Spanning Tree BY ICA
- 2014-12-14 13:08:36下载
- 积分:1
-
xiaobobianhuan
GUI系统进行小波变换,能够将图像进行适当的压缩。(Wavelet transform GUI system, an image can be appropriately compressed.)
- 2014-01-26 10:17:50下载
- 积分:1
-
main
以整数线性规划方法解决火电机组机组组合问题。包括爬坡、启停约束等。以最小化运行成本为目标。(Integer linear programming (ILP) is used to solve the unit commitment problem of thermal power units. Including climbing, start-stop constraints and so on. The objective is to minimize operating costs.)
- 2020-12-05 21:09:22下载
- 积分:1
-
function3
The DocPolynom to Character Converter
The char method produces a character string that represents the polynomial displayed as powers of an independent variable, x. Therefore, after you have specified a value for x, the string returned is a syntactically correct MATLAB expression, which you can evaluate.
The char method uses a cell array to collect the string components that make up the displayed polynomial.
The disp method uses char to format the DocPolynom object for display. Class users are not likely to call the char or disp methods directly, but these methods enable the DocPolynom class to behave like other data classes in MATLAB.
Here is the char method.
- 2011-02-12 00:34:13下载
- 积分:1
-
jce0728
说明: 信道估计程序,对多用户,多入射角度情况进行仿真.(channel estimation procedures, multi-user, multi angle of simulation.)
- 2006-01-04 17:34:19下载
- 积分:1
-
yichuan-matlab
帮助您了解遗传算法实例及如火如何通过matlab
实现编程(Examples to help you understand and genetic algorithm matlab realize how fiery programming)
- 2013-08-06 15:29:04下载
- 积分:1
-
Nonlinear-time-series
一本关于非线性时间序列分析的书籍,本来论坛有人上传过,但不能下载了。(One on nonlinear time series analysis of books,Originally it was uploaded, but can not download)
- 2013-10-06 15:46:27下载
- 积分:1
-
deriv_test
该程序对于重力异常的数据可以进行导数换算,对于重力数据处理有很大的用处。(The procedure for the gravity anomaly data can be derivative conversion, is very useful for processing gravity data.)
- 2014-03-15 23:01:44下载
- 积分:1