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

  • Thread starter Thread starter oufa
  • Start date Start date
  • Tags Tags
    Matlab
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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.