该程序用于测试DSP的CAPTURE模块,由TIMER1的比较模块输出一个PWM 波形,此波形输入CAP4引脚,待CAP4捕捉该PWM的10次上升沿后,停止捕捉,并把10次捕捉值存于数组RESULT[10]中
上传时间: 2017-03-07
上传用户:as275944189
observable distribution grid are investigated. A distribution grid is observable if the state of the grid can be fully determined. For the simulations, the modified 34-bus IEEE test feeder is used. The measurements needed for the state estimation are generated by the ladder iterative technique. Two methods for the state estimation are analyzed: Weighted Least Squares and Extended Kalman Filter. Both estimators try to find the most probable state based on the available measurements. The RESULT is that the Kalman filter mostly needs less iterations and calculation time. The disadvantage of the Kalman filter is that it needs some foreknowlegde about the state.
标签: distribution observable grid investigated
上传时间: 2014-12-08
上传用户:ls530720646
In this program we calculate the scattering field of a infinite rectangular surface. I use Physical Optic method and compare the RESULT with exact solution.
标签: rectangular scattering calculate Physical
上传时间: 2014-01-19
上传用户:362279997
pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerprint of an audio, video, or image file that is mathematically based on the audio or visual content contained within. Unlike cryptographic hash functions that rely on the avalanche effect of small changes in input leading to drastic changes in the output, perceptual hashes are "close" to one another if the inputs are visually or auditorily similar. As a RESULT, perceptual hashes must also be robust enough to take into account transformations that could have been performed on the input.
标签: perceptual implementation algorithms fingerpr
上传时间: 2013-12-08
上传用户:星仔
The model is Goal Programming and Serial Correlation with fuzzy concept. This model can be used to solve some finance and economic problems. The RESULT can find the best and worse solution.
标签: model Correlation Programming concept
上传时间: 2014-01-10
上传用户:wfeel
The first two functions are useful for creating a blank image of the specified parameters. A possible use is in functions that require a pointer to a RESULT. The clone function performs an exact copy of the IplImage* parameter
标签: parameters functions specified creating
上传时间: 2013-12-21
上传用户:teddysha
This project is developed for school management system in vb and sql server 2000. All source code includes database is present.The main functions of this software are fees managment,employees managment,student attendance,RESULT and reports developed in vb.
标签: management developed project school
上传时间: 2017-07-08
上传用户:270189020
对cdma系统进行仿真,包括误码率统计等,结果输出到RESULT.dat文件当中。
上传时间: 2017-07-25
上传用户:懒龙1988
The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then controlled using a real PID controller. Controller’s tuning (determination of optimum controller’s parameters: gain and time constants) is achieved using the genetic algorithm toolbox. Finally, RESULT are plotted using both matlab commands as well as simulink.
标签: tank fminsearch function transfer
上传时间: 2013-12-01
上传用户:rocwangdp
client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct sockaddr_in address int RESULT char ch = A sockfd = socket(AF_INET, SOCK_STREAM, 0) address.sin_family = AF_INET address.sin_addr.s_addr = inet_addr("127.0.0.1") address.sin_port = 9734 len = sizeof(address) RESULT = connect(sockfd, (struct sockaddr *)&address, len) if(RESULT == -1) { perror("oops: client") exit(1) } write(sockfd, &ch, 1) read(sockfd, &ch, 1) printf("char from server = c\n", ch) close(sockfd) exit(0) }
上传时间: 2017-07-29
上传用户:wab1981