Author Topic: how to remove noises in superheterodyne receiver  (Read 1275 times)

0 Members and 1 Guest are viewing this topic.

Offline tariqTopic starter

  • Contributor
  • Posts: 24
  • Country: ir
how to remove noises in superheterodyne receiver
« on: June 13, 2021, 12:24:49 pm »
hi
i want use 433 Mhz remote and superheterodyne receiver.when i connect receiver data to microcontroller pin that pin becomes high and low continuously for i think every mili second or maybe less.when i press remote button i don't have any problem to determine requested rising edge and falling edge period time but in microcontroller i want to use interrupt when Rising edge comes  and because of these noises my microcontroller send interrupt for every 1 mili second or even less.I'm looking for a way to remove that Rising edge noises.
all the libraries i found in internet using interrupt to determine rising edge in receiver but i can't use the amount of interrupt in my code so is there any way to remove all that noises?
thank you
 

Offline radiolistener

  • Super Contributor
  • ***
  • Posts: 3227
  • Country: ua
Re: how to remove noises in superheterodyne receiver
« Reply #1 on: June 13, 2021, 01:40:04 pm »
you can use filter. Narrow bandwidth = less noise power. Narrow bandwidth means that you will needs more time to transmit the signal. If noise is too strong, you can use very sharp filter and transmit signal for several seconds in order to filter it from noise on receiver side. It requires several seconds to transmit the signal, but allows to work in noisy environment.
« Last Edit: June 13, 2021, 01:41:40 pm by radiolistener »
 

Offline Integrol

  • Newbie
  • Posts: 5
  • Country: gb
Re: how to remove noises in superheterodyne receiver
« Reply #2 on: June 21, 2021, 07:24:49 am »
radiolistener,

Can you explain why a Narrow bandwidth means that we will need more time to transmit the signal ?

I thought it depended only on the upper frequencies of the continuous band of frequencies and not on its width.

Thank you,
 

Offline bob91343

  • Super Contributor
  • ***
  • Posts: 2675
  • Country: us
Re: how to remove noises in superheterodyne receiver
« Reply #3 on: June 22, 2021, 06:17:38 am »
Narrow bandwidth restricts data rate.  See Mr. Nyquist.
 

Offline radiolistener

  • Super Contributor
  • ***
  • Posts: 3227
  • Country: ua
Re: how to remove noises in superheterodyne receiver
« Reply #4 on: June 22, 2021, 11:06:22 pm »
Can you explain why a Narrow bandwidth means that we will need more time to transmit the signal ?

Because narrow bandwidth means that the signal should change slowly (at low frequency).

You cannot change signal at a quick speed, because bandwidth is limited. Shorter rise/fall time means higher frequency components in the signal, they require wide bandwidth.

When you use narrow bandwidth filter (in order to reduce noise influence), you will needs to use low frequency signal for the carrier modulation. So, it needs more time to detect it on receiver side, just because low frequency has longer period and needs more time to detect one period.

I thought it depended only on the upper frequencies of the continuous band of frequencies and not on its width.

Absolute frequency value doesn't matter. Bandwidth matter.
« Last Edit: June 22, 2021, 11:15:27 pm by radiolistener »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf