From: Hammett, R. (C. - SimTech)
<ric...@rd...> - 2002-06-19 16:14:50
|
To whom should I direct questions about "toolkit" m-files? My specific question is about the signal processing fir2.m file. There is a line toward the bottom where the output is being centered and truncated, as so: b = real ([ b([2*grid_n-floor(mid)+1:2*grid_n]) ; b(1:ceil(mid)) ]); However, the left half of that vector only goes to 2*grid_n, while the input data goes to 2*grid_n + 1. And since we're wrapping the output data, the point being left out is from the middle of the data (just left of DC), not an outlier. Is there some way I can get in touch with the developer to make sure I'm not missing something important? The developer is Paul Kienzle according to the file. Thanks! rich hammett |