該程序用于測試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