convolution of 2 sequestions
이전 댓글 표시
how to import input data (text) file? how to use that file in matlab's inbuilt function "conv()" so that convolution of 2 sequences will be possible?
답변 (1개)
Wayne King
2012년 7월 25일
0 개 추천
That depends on the structure of your text file. If it is a simple .txt file of numbers, you can just use load(), or dlmread().
If you have other information in the text file, textscan(), may be appropriate.
If you are using Windows and have Excel, importing the text file into Excel first, may help you.
I think you need to say more about what content is in your text file, other than the two sequences you would like to convolve.
카테고리
도움말 센터 및 File Exchange에서 Text Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!