Matlab Filter: What Does "filter(chan,data)" Do?

  • Thread starter Thread starter oufa
  • Start date Start date
  • Tags Tags
    Matlab
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
oufa
Messages
26
Reaction score
0
can anyone tell me please what does filter(chan,data) really works ie is it conv or what as i need inverse that operation in the reciever,
its urgent please
 
Physics news on Phys.org
Take a two sequences that you know what the convolution of the two will be. Then, under two separate variables find the vectors produced by the 'conv' command and then the 'filter' command. Compare the lengths of the vector outputs, then the output by graphing or manually comparing. The operation of 'filter' should become fairly obvious.