-
Actual_JPEG_Matlab
图像的压缩编码(JPEG),可以下载看看(Image compression (JPEG), you can download to have a try)
- 2011-11-12 11:05:01下载
- 积分:1
-
SoundCardData
fft spectrum audio file
- 2011-12-14 21:48:18下载
- 积分:1
-
MATLABIntegral-calculation
使用matlab进行积分编程的技巧。介绍了使用int,double命令进行积分的方法。(Integrating the use of matlab programming skills. Describes the use int, double commands integral method.)
- 2013-10-08 17:36:23下载
- 积分:1
-
M
字典树的基本功能是用来查询某个单词(前缀)在所有单词中出现次数的一种数据结构,它的插入和查询复杂度都为O(len),Len为单词(前缀)长度,但是它的空间复杂度却非常高,如果字符集是26个字母,那每个节点的度就有26个,典型的以空间换时间结构。(The basic function of the dictionary tree data structure is used to query a number of times a word (prefix) appears in all the words, which insertion and query complexity are O (len), Len is a word (prefix) length, but its space complexity is very high, if the character set is 26 letters, and that the degree of each node will have 26, the typical structure of space for time.)
- 2013-11-29 14:28:52下载
- 积分:1
-
psmf1
coding for progressive switching median filter
- 2010-03-08 18:05:54下载
- 积分:1
-
adaptive
this algoritm is writen for some adaptive algoritms such lms and vlms algoritm o achive the adaptives and noise canslations
- 2013-09-21 13:54:19下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
VCOPID_Controlled
压控振荡器的压控算法控制,这个MATLAB仿真压控的PID算法,很有学习应用价值,是平常使用的,一定可行。
(VCO VCO control algorithm, the MATLAB simulation voltage control PID algorithm, great learning value is usually used, necessarily feasible.)
- 2016-10-16 19:17:50下载
- 积分:1
-
advanced_PID_control
PID控制简介及其在matlab环境下实现高级PID控制( in matlab environment develop Advanced PID control)
- 2011-05-16 14:45:46下载
- 积分:1
-
rakereceive_kron
本程序仿真了AWGN信道下,采用DS扩频对bpsk信号的影响,扩频码采用walsh码,扩频因子16;
接收端进行rake接收,然后分集合并,比较了三种分集方式对误码率的影响
从图像可以看出在扩频因子较高的情况下,最大比值合并与等增益合并性能相近(This program simulates the AWGN channel, using DS spread spectrum signal for bpsk influence spreading code using walsh code spreading factor 16
Rake receiver receiving end, and diversity combining, diversity compares three methods on the bit error rate of
As can be seen from the image in the case of higher spreading factor, the maximum ratio combining and equal gain combining similar performance)
- 2013-08-31 18:29:24下载
- 积分:1