CAN-bus-communication

所属分类:通讯编程
开发工具:matlab
文件大小:5KB
下载次数:455
上传日期:2006-07-16 11:56:26
上 传 者csc111
说明:  程序给出了CAN总线接口的通讯的MATLAB仿真代码,希望能给大家提供帮助.
(procedures given CAN Bus Interface communications MATLAB simulation code, hope you can help.)

文件列表:
CAN-bus-tongxun\centralizing.m (1289, 2006-06-04)
CAN-bus-tongxun\gabor2d_sub.m (844, 2006-06-04)
CAN-bus-tongxun\pic2vec.m (3681, 2006-06-04)
CAN-bus-tongxun\preprocessing.m (1265, 2006-06-04)
CAN-bus-tongxun\samfun.m (790, 2006-06-04)
CAN-bus-tongxun\varpic.m (513, 2006-06-04)
CAN-bus-tongxun (0, 2006-07-16)

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Main function for the fingerprint identification % gets the character vector from the fingerprint picture % written by zhang_rui at Chinese Academy of Science % E-mail:zhangrui05@mails.gucas.ac.cn % 2006/6/3 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %-------------------------------------------------------------------------- % a short description: % input a gray fingerprint picture return the character vector of it. % The main function calls :img=preprocessing(A);[ii,jj]=centralizing(A); % Sam=samfun(r,R,n,N1);The following list gives a brief description: %-------------------------------------------------------------------------- %M-file list: % % preprocessing.m:(be called by main function pic2vec) % preprocess the picture including:Wiener filter; % meddle value filter, change a gray picture to a % binary one and then get the skeleton. % centralizing.m: (be called by main function pic2vec) % input the source picture output the core point of % the fingerprint.Gabor filter is used in this function, % and it call gabor2d_sub.m to generate a Gabor filter. % it also call varpic.m to calculate a variance picture. % samfun.m: (be called by main function pic2vec) % generate the sample pattern automatically, which is % used to sample the fingerprint. % gabor2d_sub: (be called by centralizing.m) % get gabor filter. % varpic.m: (be called by centralizing.m) % calculate variance picture %-------------------------------------------------------------------------- % Globl parameter: % % the following parameter is used to define the sample pattern % all these parameter is extremely correlate to the application % and can be decided by experiment % r=radius of smallest circle(default 10) % R=radius of the biggest circls(default 160) % n=number of the circle(default 7) % N1=first circle's sample N1 times(default 4) %--------------------------------------------------------------------------

近期下载者

相关文件


收藏者