搜索资源列表
recursion
- 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。 递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。-Recursion, is a function to achieve a very important part of many programs
jpeg2avihojoon
- This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
jpeg_encode+decoderhojoon
- This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
rgbquadtreehojoon
- This a JPEG encoding & decoding program of still image. It does not use level shifting. Discrete Cosine transform (DCT) is performed both by classical & Chen s Flowgraph methods. Predefined JPEG quantization array & zigzag order are used here. RUN -
powctrl
- This manual describes the use of the Matlab/Simulink-based [The Mathworks, 2001] simulator TRUETIME, which facilitates co-simulation of controller task execution in real-time kernels, network transmissions, and continuous plant dynamics. The si
actcode
- This function is used to create logs for individual tasks. Five pre-defined log types exist to log response time, release latency, start latency, execution time, and context switch instances. These are obtained by setting the variable logtype t
for
- matlab code for viterbi constraint length 3,G=[111],[101] can decode 14 bits at a time. execution procedure 1. execute the code then it will ask for input 2. give input in this manner. ex[1 1 0 0 1 0 1 0 1 0 1 0 1 0] 3.To see the decoded data
Matlab_Fox_Li_Numerical_Iteration
- 光电综合实验,平行平面腔的数值迭代解法,即Fox_Li数值迭代法。对于之前网上某位仁兄给出的代码给出了优化,主要是使用了一个子函数,使得代码清晰容易阅读。而且拥有GUI界面也更像做程序这件事情。---南邮某学子-Fox_Li numerical iteration. A short and smart program in Matlab, as well optimized in the aspect both of code and execution.
Implementing_Filtering
- 该代码实现了图像的滤波处理,这段代码给出了三种滤波矩阵,包括图像平滑(低通滤波器)、图像边缘提取(高通滤波器)等。用户下载后可以根据自己需要修改滤波矩阵和参数值,以便实现特殊的功能。为了形象的说明滤波效果,代码执行后可以看到滤波前后滤波后的对比图像。 -The code of the image filter processing, the code shows the three filter matrix, including the smoothing (low pass filter),
fengeduibi
- 分割对比实验:软硬ESFCM分割结果是差不多的,但是,软ESFCM的执行时间要比硬ESFCM少很多-Split comparative experiments: hardware and software ESFCM segmentation results are similar, but the execution time of the soft ESFCM much less than the hard ESFCM
ecc_matlab
- This is a demo execution of ECC image alignment algorithm comment two of the three following lines transform = translation transform= affine transform = homography YOU MIGHT NEED MORE ITERATIONS FOR HOMOGRAPHIES!-
suanshu_code
- 已新测执行,可以实现算法编、解码算法,使用Matlab编写-The new test execution algorithm for encoding and decoding algorithm, using Matlab to write
Test_Interrupt_guidata
- MATLAB GUI控制中斷的例子方便初学者学习這裡討論MATLAB GUI中,一個元件A的Callback正在執行,如何用另一個元件B的觸發(如按鈕,或按鍵盤)來中斷程序A的執行。 -MATLAB GUI control to interrupt the examples easy for beginners to learn to discuss here the MATLAB GUI, a component A Callback is running, how to use the
ameri
- 通过确定执行边界的方法计算美式期权价格,并画出它的执行边界。-Determine the implementation of the boundary of the method to calculate the American option price and draw the boundary of its execution.
easy-LEACH
- 经优化的MATLAB下的LEACH仿真程序,代码执行率高,资源占有率降低,仿真运行速度加快。修改若干参数即可满足不同的仿真要求,(有注释)-By the the optimized MATLAB LEACH simulation program, the high rate of code execution, resource share to reduce simulation run faster. Modify certain parameters to meet the differe
An-engineers-guide-to-MATLAB
- 本书的目的是让读者熟练掌握MATLAB的知识并用来求解工程问题。解决这类问题一般需要编写相对较短、使用次数较少的程序。因此,本书将着重介绍在MATLAB中如何有效地开发简洁易读的程序,同时使之具有易于调试和执行速度快的特点。-The purpose of this book is to allow readers to master knowledge of MATLAB and used to solve engineering problems. To solve such problems
msk_mo_demo_whole
- 完整的msk调制解调代码,子程序经过优化,加快了程序执行速度,减小内存占用,有很好的参考价值-Complete msk modulation and demodulation code, subroutines are optimized to speed up the program execution speed and reduce the memory footprint, have a good reference value
SinusoidalasymmetricPWMmodulatiobased3PhInverter.
- Static power inverter can be analyzed by means of widely available circuit simulation software packages such as MATLAB. However, they are usually modeled a set of real switches, which results in long execution tines and possible convergence probl
BluetoothVoice_matsim
- The Bluetooth Voice model makes extensive use of frame based processing in Simulink, which can propagate large frames of samples at each execution step allowing for much faster simulation of digital systems.
matlab2
- Dumps FIR filter coefficients to file in C language format in forward order."cd" to the desired directory PRIOR to execution ... this will provide for increased c code portability
