Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8326875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T00:54:59+00:00 2026-06-09T00:54:59+00:00

I am working on implementing BFSK modulation and demodulation with frequency hopping and I

  • 0

I am working on implementing BFSK modulation and demodulation with frequency hopping and I need to test my results using Matlab. The output the I am getting from my BFSK program is an array of sine values corresponding to the carrier signal for different bits. These signals are passband signals centered at 2.51KHz with a band width of 4KHz around it. But to test the demodulation step, I need to convert the signal to baseband. So I need to center my output signal at 0Hz.

I know that creating a complex signal of 2.51KHz and multiplying it in time-domain would do this job. But is there any method that I can use with fft() function in matlab to shift the center frequency of the signal and then take an ifft() of the signal to generate the baseband signal.

Thanks,
Anshu

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T00:55:00+00:00Added an answer on June 9, 2026 at 12:55 am

    This should be perfectly possible. Just rotate the complex vector that emerges from the fft process before computing the ifft.

    Pseudocode would be:

    shiftIndex  = 20; %// This value would depend on the frequency shift requited
    
    Y = fft(x); %// Where x is the input vector
    z = ifft (  [Y((shiftIndex+1):end);      Y(1:shiftIndex)]  );
    

    For help on the number of bins that you’d need to shift the index by, you might find the following question useful . . .

    https://dsp.stackexchange.com/questions/2970/how-to-make-frequency-axis-for-even-and-odd-fft-length/2971#2971

    This reminds me, you’d probably get quicker answers posting questions like this on DSP.stackexchange.com in the future.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on implementing BFSK algorithm on a DSP processor and need to
I'm working on implementing a high-performance server using IOCP & SocketAsyncEventArgs. From what I've
I'm working on implementing a single pass depth-peeling algorithm by using atomic textures in
I'm working on implementing encryption in MS SQL 2008R2. Loading data from a CVS
I'm currently working on implementing a list-type structure at work, and I need it
I am working on implementing UpNP on C++, and I need to get the
I'm working on implementing an Octave interpreter inside of an FastCGI session using C/C++
I'm working on implementing Bing Cashback. In order to verify an incoming request from
Recently I was working on implementing a small snippet that caches my results and
I'm working on implementing speech recognition in my call center. I am using Miscrosoft

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.