-
91331988FCM
针对当前存在的大量数值型数据,将连续型数据离散化,有利于计算机直接处理变量。(In view of the existence of a large number of numerical data, the discretization of continuous data is conducive to deal directly with the variable computer.)
- 2009-07-04 10:45:38下载
- 积分:1
-
space_vectort
speed control BLDC motor
- 2019-01-20 15:01:41下载
- 积分:1
-
HuffCode
this proggram s name is huffcode and it s written in matlab and as its name is clear, it gives hufmman code for probability vector
- 2012-06-17 15:50:54下载
- 积分:1
-
YALMIP_Wiki_Examples_Unit_Commitment
A classical problem in scheduling and integer programming is the unit commitment problem. In this
problem, our task is to turn on and off power generating plants, in order to meet a forecasted future
power demand, while minimizing our costs. We have several different power plants with different
characteristics and running costs, and various constraints on how they can be used. We will start with
a very simple model, and then expand this model with more advanced features. To make the code
easy to read, we will write it in a verbose non-vectorized format
- 2015-01-16 04:05:11下载
- 积分:1
-
QPSK_MDL_Matlab
A QPSK simulation using simulink. very useful to understand the scheme at every level of QPSK modulation.
- 2013-08-15 13:47:43下载
- 积分:1
-
RS编译码的Matlab程序
RS编译码的Matlab程序,与陈文礼的《RS纠错编码原理及其实现方法》配套,已调试通过。(RS encoder and decoder ,matlab program)
- 2021-04-27 11:38:44下载
- 积分:1
-
juzhen
这是用四种方法写的矩阵相称问题,有传统的,有两种优化的,还有一种是分治法(This is a matrix with four ways to write the issue of proportionality, there are traditional, there are two kinds of optimization, there is a divide and conquer)
- 2010-12-14 10:52:19下载
- 积分:1
-
modulation
基于MATLAB实现数字通信系统中的各种调制方式(MATLAB-based digital communication systems of the various modulation)
- 2010-05-10 16:32:41下载
- 积分:1
-
matpower3.0.0
电力系统潮流分析matlab 多个ieee测试(electric system power flow)
- 2015-01-27 10:56:06下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1