▍1. main
antenna design using matlab
生成samples.mat文件的相关源程序。需要一百个wav文件输入。(The relevant source files generated samples.mat. Need a hundred wav file input.)
按照光波导理论书上面编写的。很值得一看啊(In accordance with the waveguide theory books written above. Ah well worth a visit )
说明: C’est avec un grand plaisir que je remercie M Franç ois Costa, M Jean Luc Schanen et M Faouzi Ben Ammar qui ont accepté de faire partie de mon jury de thèse. Des remerciements aussi chaleureux vont à mes collègues du CEGELY avec qui j’ai partagé ces années de travail, je pense à tout(e)s les doctorant(e)s ainsi qu’au personnel permanent (la liste est longue et je suis sû r qu’ils vont se reconnaî tre facilement). Je réserve la fin de mes remerciements à ma famille pour leur soutien quotidien.
说明: MATLAB程序设计教程,适合初级学习者阅读,有助于打下扎实的基础(MATLAB programming tutorial, suitable for primary learners to read, help lay a solid foundation)
说明: 对离散数字信号实现QPSK调制,输出调制后的信号(Implementation of discrete digital signals QPSK modulation, the modulated signal output)
说明: FEA 有限元计算matlab很早以前编制的程序,适应新的matlab环境。(FEA finite element matlab long ago programmed to adapt to the new matlab environment.)
Examples for frequential image analysis in matlab
说明: 利用matlab仿真软件 对PWM进行仿真 有波形(Matlab simulation software used to simulate a PWM waveform)
说明: 利用matlab仿真软件仿真SVPWM的波形,例子中有这个实例的解决过程(Matlab simulation using SVPWM waveform simulation software, examples in the process of resolving this instance)
this ia fft implemntation of clustering based on k means
说明: 产生相机模拟实验标定板,行数,列数以及间距有自己设定,例如(张正友标定板(9,11,25)).(Simulation produces the camera calibration board, the number of rows, columns and spacing of their own settings, such as (Zhang Zhengyou calibration plate (9,11,25)).)
说明: OFDM误比特率性能, 采用QAM调制,(BER performance of OFDM using QAM modulation,)
This is a fuzzy image edge detector which can be implemented easily in matlab
说明: 基于Matlab的Dsp 信号与系统的基础历程包括卷积等(Dsp & signal and system fundamental process bassed on matlab including convolsion)
说明: 图像的颜色处置 矢量数据的显示 图像分析 进度条的使用 等100个程序实例(The color image display vector data disposal of the progress bar the use of image analysis such as 100 instances)
说明: matlab实用程序百例 图像分析 图像的区域处理 图像的颜色处置 等实例(Utility hundred cases of image analysis matlab image processing the image color region instance disposal)
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.