What is a Basis / Bases?
Set of Functions tat allo indexing every element in a set individually and uniquely as a linear combination of the basis
What is the Expression for Basis?
∀v ∈ V : v = ∑{i} w{i} * e{i}
w{i} = Weights
e{i} = Functions
What can any element in a set be expressed as?
Summation of the Linear Combination of w{i} * e{i}
What is Dimension of a set?
No. of functions in the basis
What is the Representation?
The tuples of values that used to point to the element in the set.
How can a point is space be represented?
by a linear weighted sum of chosen coordiante basis functions
p = ∑{i} w{i} * e{i}
For different tools and expression that simplify to ∑{i} w{i} * e{i} tell us?
There MUST be a coordinate basis
Give the 3 well known coordinate basis?
In simple terms what does the Coordinate Basis allow you to do?
Uniquely Pinpoint elements in a set
Can be scalar, but can be much more complex
Do coordinate Basis have to be Normalised or Orthogonal?
NO
What have Basis?
What are NON-empty Topological sets guarantee?
At least one basis guaranteed
Note a set can have 0, many / infinite basis
How do we switch between coordinates basis given we have 2 different representaion of one point?
What is the Idea of Coordinate Systems in DA?
Find a coordinate basis to move/shift a point & return to the other basis to find the new basis.
ONLY WHEN IT IS DIFFICULT TO DO SO ON OG BASIS
How can Sampling property of discrete impulse function be expressed?
x[n] = ∑{-∞,∞} x[k]δ[n-k]
GPT : is the discrete-time sifting property, expressing x[n] as a sum of scaled and shifted unit impulses — the fundamental “building blocks” of any discrete-time signal.
WHat is x[n]
x[n] = Discrete signal (possible to express every sample as though it were a unit δ[n] * amplitude
What is Dimension of Basis?
Min Number of descriptors that are required to uniquely identify any given element
What is δ[n-k]?
Offset of δ[n] to select the section that we want
What is a projection?
When a signal of n points can be represented as an impulse in a space with n dimensions, a point in it is called PROJECTION
Processing
What is Processing?
Analysis
What is Analysis?
What is Decomposition?
Algo to find Coordinate Basis of a space with some desired mathematical properties
Optionally with predefiend properties
JUST THE FINDING A BASIS WHERE IT IS EASIER TO CALCULATE THE SHIFT/OPERATION ON
What is General Linear Model?
What is the expression for colinear?
y =B1x1 + B0
AKA y = mx+c