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

  • Home
  • SEARCH
  • 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 734741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T07:24:29+00:00 2026-05-14T07:24:29+00:00

I have a randomly generated vector, say A of length M . Say: A

  • 0

I have a randomly generated vector, say A of length M.

Say:

A = rand(M,1)

And I also have a function, X(k) = sin(2*pi*k).

How would I find Y(k) which is summation of A(l)*X(k-l) as l goes from 0 to M?

Assume any value of k… But the answer should be summation of all M+1 terms.

  • 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-05-14T07:24:29+00:00Added an answer on May 14, 2026 at 7:24 am

    Given M and k, this is how you can perform your summation:

    A = rand(M+1,1);            %# Create M+1 random values
    Y = sin(2*pi*(k-(0:M)))*A;  %# Use a matrix multiply to perform the summation
    

    EDIT: You could even create a function for Y that takes k and A as arguments:

    Y = @(k,A) sin(2*pi*(k+1-(1:numel(A))))*A;  %# An anonymous function
    result = Y(k,A);                            %# Call the function Y
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a DB table in which each row has a randomly generated primary
I have a randomly generated link id which is 8 digits long with 50
I have a table which is randomly generated. It has 3 columns : P_Id,
If you have a randomly generated password, consisting of only alphanumeric characters, of length
I have a set of randomly generated formal graphs, and I would like to
Lets say you have an array of size n with randomly generated elements and
I have a user who randomly gets a Script Error box (shown below) which
I have 1 red polygon say and 50 randomly placed blue polygons - they
I have a datagridview and a combobox which get populated randomly with data. However,
I have an array that I populate with 6 randomly generated numbers. First it

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.